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.
github-tag-action
1 parent a61660f commit a164eb1Copy full SHA for a164eb1
.github/workflows/tag.yml
@@ -19,7 +19,7 @@ jobs:
19
fetch-depth: 0
20
- name: Bump version and push tag
21
id: bump-version
22
- uses: anothrNick/github-tag-action@9aaabdb5e989894e95288328d8b17a6347217ae3
+ uses: anothrNick/github-tag-action@43ed073f5c1445ca8b80d920ce2f8fa550ae4e8d
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
WITH_V: true
0 commit comments