We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f3e4fe commit 2cddc6aCopy full SHA for 2cddc6a
.github/workflows/release-and-publish.yml
@@ -35,7 +35,8 @@ jobs:
35
with:
36
go-version: 1.18.2
37
# Check if the newest tag already exists
38
- - uses: mukunku/tag-exists-action@v1.0.0
+ - name: Check if tag exist
39
+ uses: mukunku/tag-exists-action@5dfe2bf779fe5259360bb10b2041676713dcc8a3 # v1.1.0
40
id: check-tag-exists
41
42
tag: "v${{ steps.changelog_reader.outputs.version }}"
0 commit comments