There was an error while loading. Please reload this page.
1 parent 040c56f commit ec0d6f4Copy full SHA for ec0d6f4
.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.71.0
144
env:
145
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
146
CUSTOM_TAG: ${{ env.VERSION_TAG }}
0 commit comments