Skip to content

Commit

Permalink
🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Oct 17, 2023
1 parent b075871 commit 91c28e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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.outputs.should-release == 1 }}
runs-on: ubuntu-latest
outputs:
runtime: ${{ steps.runtime.outputs.runtime }}
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ format('v{0}', needs.collect-release-information.version) }}
tag_name: ${{ format('v{0}', needs.collect-release-information.outputs.version) }}
release_name: Runtimes ${{ github.sha }}
body_path: DRAFT
draft: true
Expand Down

0 comments on commit 91c28e0

Please sign in to comment.