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.
2 parents d43b3b9 + 98b6b48 commit b9bc571Copy full SHA for b9bc571
.github/workflows/build-tag-release.yaml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Get next version
36
id: version
37
- uses: anothrNick/github-tag-action@e528bc2b9628971ce0e6f823f3052d1dcd9d512c # 1.73.0
+ uses: anothrNick/github-tag-action@4ed44965e0db8dab2b466a16da04aec3cc312fd8 # 1.75.0
38
env:
39
WITH_V: true
40
DEFAULT_BUMP: patch
@@ -67,7 +67,7 @@ jobs:
67
68
- name: Push version tag
69
if: ${{ steps.changed.outcome == 'success' }}
70
71
72
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73
CUSTOM_TAG: ${{ steps.version.outputs.new_tag }}
0 commit comments