Skip to content

Commit

Permalink
ENH Use v2 of the tag-release action (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Aug 5, 2024
1 parent 77c38b2 commit 0abb87d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@ runs:
echo "new_tag=$NEW_TAG" >> "$GITHUB_OUTPUT"
- name: Add tag to repo
uses: silverstripe/gha-tag-release@v1
uses: silverstripe/gha-tag-release@v2
with:
skip_gauge_release: true
tag: ${{ steps.generate_tag_name.outputs.new_tag }}
delete_existing: true
release: false
Expand Down

0 comments on commit 0abb87d

Please sign in to comment.