Merge pull request #31 from netbootxyz/renovate/anothrnick-github-tag-action-1.x

Update anothrNick/github-tag-action action to v1.61.0
This commit is contained in:
Antony Messerli 2023-02-06 12:58:41 -06:00 committed by GitHub
commit 078ba62313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ jobs:
- name: Bump version and push tag - name: Bump version and push tag
if: steps.version_check.outcome == 'success' && steps.version_check.conclusion == 'success' if: steps.version_check.outcome == 'success' && steps.version_check.conclusion == 'success'
id: tag_version id: tag_version
uses: anothrNick/github-tag-action@1.54.0 uses: anothrNick/github-tag-action@1.61.0
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CUSTOM_TAG: ${{ env.VERSION_TAG }} CUSTOM_TAG: ${{ env.VERSION_TAG }}