Skip to content

Commit

Permalink
This?
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Oct 17, 2023
1 parent 91c28e0 commit 83667e9
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.outputs.should-release == 1 }}
if: needs.collect-release-information.outputs.should-release == '1'
runs-on: ubuntu-latest
outputs:
runtime: ${{ steps.runtime.outputs.runtime }}
Expand Down

0 comments on commit 83667e9

Please sign in to comment.