Skip to content

Commit

Permalink
Only make a tag if a new one is needed.
Browse files Browse the repository at this point in the history
Signed-off-by: Weston Schmidt <[email protected]>
  • Loading branch information
schmidtw authored Jan 5, 2024
1 parent 6636d1c commit 1f50936
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
noNewCommitBehavior: silent

- name: Create Release
if: |
steps.semver.outputs.current != steps.semver.outputs.next
uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0
with:
name: ${{ steps.semver.outputs.next }}
Expand Down

0 comments on commit 1f50936

Please sign in to comment.