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 2696aa1 commit 6f825ddCopy full SHA for 6f825dd
.github/workflows/release.yml
@@ -140,7 +140,7 @@ jobs:
140
- name: Bump version and push tag
141
if: steps.version_check.outcome == 'success' && steps.version_check.conclusion == 'success'
142
id: tag_version
143
- uses: anothrNick/github-tag-action@1.67.0
+ uses: anothrNick/github-tag-action@1.70.0
144
env:
145
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
146
CUSTOM_TAG: ${{ env.VERSION_TAG }}
0 commit comments