Skip to content

Commit

Permalink
Single quotes..
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Oct 17, 2023
1 parent 041bd29 commit c01cc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cat $GITHUB_OUTPUT
runtime-matrix:
needs: [ collect-release-information ]
if: ${{ needs.collect-release-information.should-release == "1" }}
if: ${{ needs.collect-release-information.should-release == '1' }}
runs-on: ubuntu-latest
outputs:
runtime: ${{ steps.runtime.outputs.runtime }}
Expand Down

0 comments on commit c01cc8f

Please sign in to comment.