Skip to content

Commit

Permalink
ci: fix missing needs property on release workflow (#22)
Browse files Browse the repository at this point in the history
Previously we forgot to add the needs property in order to access the
version.
  • Loading branch information
malandis authored Nov 1, 2024
1 parent f12c4c7 commit 0c9bb2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-push-to-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run: echo "release=${{ steps.semrel.outputs.version }}" >> $GITHUB_OUTPUT

publish:
needs: [ release ]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 0c9bb2d

Please sign in to comment.