Skip to content

Commit cfec03b

Browse files
Update anothrNick/github-tag-action action to v1.75.0
1 parent 9d6b2ea commit cfec03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
- name: Bump version and push tag
150150
if: steps.version_check.outcome == 'success' && steps.version_check.conclusion == 'success'
151151
id: tag_version
152-
uses: anothrNick/github-tag-action@1.73.0
152+
uses: anothrNick/github-tag-action@1.75.0
153153
env:
154154
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
155155
CUSTOM_TAG: ${{ env.VERSION_TAG }}

0 commit comments

Comments
 (0)