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 9d6b2ea commit cfec03bCopy full SHA for cfec03b
.github/workflows/release.yml
@@ -149,7 +149,7 @@ jobs:
149
- name: Bump version and push tag
150
if: steps.version_check.outcome == 'success' && steps.version_check.conclusion == 'success'
151
id: tag_version
152
- uses: anothrNick/github-tag-action@1.73.0
+ uses: anothrNick/github-tag-action@1.75.0
153
env:
154
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
155
CUSTOM_TAG: ${{ env.VERSION_TAG }}
0 commit comments