Skip to content

Commit

Permalink
ci: use env var to get latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieC3 committed Jul 31, 2023
1 parent c089cce commit 1245424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-clarinet-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
prerelease: false
draft: false
doNotFailIfNotFound: true
releaseNameRegEx: "clarinet-cli-.*"
releaseNameRegEx: "${{ env.COMPONENT }}-.*"
searchLimit: 1

- name: Determine if release build
Expand Down

0 comments on commit 1245424

Please sign in to comment.