Skip to content

Commit

Permalink
pipeline - use new tag action
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscon committed Mar 24, 2024
1 parent 8c73b0a commit dae0908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-from-a-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
zip -r ${basename} *
- name: Bump version and push tag
id: bump_version
uses: anothrNick/github-tag-action@1.64.0 # Don't use @master or @v1 unless you're happy to test the latest version
uses: anothrNick/github-tag-action@1.67.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # if you don't want to set write permissions use a PAT token
WITH_V: true
Expand Down

0 comments on commit dae0908

Please sign in to comment.