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 7aaf25f commit d052e46Copy full SHA for d052e46
.github/workflows/tag.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Push new tag
31
id: pushtag
32
# v1.38.0 does not work (see issue https://github.com/anothrNick/github-tag-action/issues/135)
33
- uses: anothrNick/github-tag-action@1.40.0
+ uses: anothrNick/github-tag-action@1.70.0
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
WITH_V: true
0 commit comments