Update anothrNick/github-tag-action action to v1.39.0

This commit is contained in:
Renovate Bot 2022-04-14 19:41:06 +00:00
parent c55f271b3b
commit 362a86f0a7
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

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.38.0
uses: anothrNick/github-tag-action@1.39.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CUSTOM_TAG: ${{ env.VERSION_TAG }}