Skip to content

Commit

Permalink
ci: use RELEASE_VERSION instead of RELEASE_NAME in publish step (#…
Browse files Browse the repository at this point in the history
…1404)

Maybe it doesn't want `rc`-prefixed versions?
  • Loading branch information
hf authored Feb 8, 2024
1 parent 2d20729 commit 5d05871
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 @@ -133,8 +133,8 @@ jobs:
publish:
needs:
- release_please
if: ${{ success() && needs.release_please.outputs.RELEASE_NAME }}
if: ${{ success() && needs.release_please.outputs.RELEASE_VERSION }}
uses: ./.github/workflows/publish.yml
secrets: inherit
with:
version: ${{ needs.release_please.outputs.RELEASE_NAME }}
version: ${{ needs.release_please.outputs.RELEASE_VERSION }}

0 comments on commit 5d05871

Please sign in to comment.