Skip to content

Commit 2cddc6a

Browse files
authored
Fix tag exist action version. (#163)
1 parent 3f3e4fe commit 2cddc6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-and-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
with:
3636
go-version: 1.18.2
3737
# Check if the newest tag already exists
38-
- uses: mukunku/tag-exists-action@v1.0.0
38+
- name: Check if tag exist
39+
uses: mukunku/tag-exists-action@5dfe2bf779fe5259360bb10b2041676713dcc8a3 # v1.1.0
3940
id: check-tag-exists
4041
with:
4142
tag: "v${{ steps.changelog_reader.outputs.version }}"

0 commit comments

Comments
 (0)