We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f942c commit 7308335Copy full SHA for 7308335
.github/workflows/tag.yaml
@@ -17,6 +17,6 @@ jobs:
17
with:
18
fetch-depth: '0'
19
- name: Bump version and push tag
20
- 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 # Don't use @master or @v1 unless you're happy to test the latest version
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # if you don't want to set write permissions use a PAT token
0 commit comments