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 79f7c94 + 4bba944 commit b0c253aCopy full SHA for b0c253a
.github/workflows/tag-updates.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Get next version
25
id: version
26
- uses: anothrNick/github-tag-action@1.64.0
+ uses: anothrNick/github-tag-action@f278d49d30cdd8775cc3e7dd00b5ee11686ee297 # 1.71.0
27
env:
28
WITH_V: true
29
DEFAULT_BUMP: patch
@@ -42,7 +42,7 @@ jobs:
42
commit_message: automated version bump
43
44
- name: Push version tag
45
46
47
GITHUB_TOKEN: ${{ secrets.PAT }}
48
CUSTOM_TAG: ${{ steps.version.outputs.new_tag }}
0 commit comments