Skip to content

Commit 4a5b9a2

Browse files
committed
Release: fix github-tag-action version
1 parent bc16ed1 commit 4a5b9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106

107107
- name: Tag the commit
108108
id: tag_version
109-
uses: mathieudutour/github-tag-action@v6
109+
uses: mathieudutour/github-tag-action@v6.2
110110
with:
111111
github_token: ${{ secrets.GITHUB_TOKEN }}
112112
custom_tag: ${{ env.NEW_VERSION }}

0 commit comments

Comments
 (0)