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 3aca05e + 6a1ebe2 commit aaf63e8Copy full SHA for aaf63e8
.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.70.0
+ uses: anothrNick/github-tag-action@1.73.0
144
env:
145
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
146
CUSTOM_TAG: ${{ env.VERSION_TAG }}
0 commit comments