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

This commit is contained in:
renovate[bot] 2025-08-22 18:40:51 +00:00 committed by GitHub
parent 9d6b2ea6e5
commit cfec03ba8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -149,7 +149,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.73.0 uses: anothrNick/github-tag-action@1.75.0
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CUSTOM_TAG: ${{ env.VERSION_TAG }} CUSTOM_TAG: ${{ env.VERSION_TAG }}