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 0403161 + cfec03b commit 769929cCopy full SHA for 769929c
.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