Skip to content

Commit

Permalink
✨ feat: Skip GH release if it already exists
Browse files Browse the repository at this point in the history
  • Loading branch information
honzabubenik committed Jan 27, 2024
1 parent f0ac74b commit 2ff38ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ runs:
tag: ${{ steps.version.outputs.package }}
body: ${{ steps.changelog.outputs.release-changelog }}
token: ${{ steps.auth.outputs.token }}
skipIfReleaseExists: true

- if: inputs.major-bump == 'true'
run: echo -e "\n${{env.blue}}=== Update major version tag ===\n"
Expand Down

0 comments on commit 2ff38ec

Please sign in to comment.