Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Dec 4, 2024
1 parent c5ca98c commit 8c250ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
MINIMUM_SUPPORTED_VERSION=v0.37.0
# gh returns the Noir releases in reverse chronological order so we keep all releases published after the minimum supported version.
VERSIONS=$(gh release list -R https://github.com/noir-lang/noir --exclude-pre-releases --json tagName -q 'map(.tagName) | index("$MINIMUM_SUPPORTED_VERSION") as $index | .[0:$index+1]')
VERSIONS=$(gh release list -R https://github.com/noir-lang/noir --exclude-pre-releases --json tagName -q 'map(.tagName) | index("$MINIMUM_SUPPORTED_VERSION") as $index | if $index then .[0:$index+1] else [MINIMUM_SUPPORTED_VERSION] end')
echo "versions=$VERSIONS"
echo "versions=$VERSIONS" >> $GITHUB_OUTPUT
env:
Expand Down

0 comments on commit 8c250ec

Please sign in to comment.