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

Update anothrNick/github-tag-action action to v1.38.0
This commit is contained in:
Antony Messerli 2022-02-12 11:04:42 -06:00 committed by GitHub
commit 8ad488be3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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