Skip to content

Commit 14166e3

Browse files
committed
Fix action version in workflow
1 parent 755ccdd commit 14166e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

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

6767
- name: Tag release
6868
id: tag_release
69-
uses: mathieudutour/github-tag-action@v6
69+
uses: mathieudutour/github-tag-action@v6.1
7070
with:
7171
custom_tag: '${{ env.version }}'
7272
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)