Skip to content

Commit

Permalink
feat: use the new tag value from the setup job in the complete job
Browse files Browse the repository at this point in the history
  • Loading branch information
Arc-E-Tect committed Jul 21, 2024
1 parent 9eecd08 commit 63a604b
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 @@ -109,7 +109,7 @@ jobs:
complete_release:
name: Complete release
needs: process_release
if: ${{ needs.process_release.outputs.new_tag_version != '' }}
if: ${{ steps.next_release_version.outputs.new_tag_version != '' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 63a604b

Please sign in to comment.