Skip to content

Commit 0d60c00

Browse files
committed
chore: update
1 parent 6fa0710 commit 0d60c00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ jobs:
3232
version=`cat VERSION`
3333
echo "version=${version}" >> $GITHUB_OUTPUT
3434
- name: Create Tag
35-
uses: rickstaa/action-create-tag@v1
35+
uses: rickstaa/action-create-tag@v1.7.2
3636
with:
3737
tag: "v${{ steps.get-version.outputs.version }}"
38+
force_push_tag: true
3839
tag_exists_error: false
3940
message: "Release v${{ steps.get-version.outputs.version }}"
4041
goreleaser:

0 commit comments

Comments
 (0)