Skip to content

Commit 9d0603a

Browse files
committed
force update the latest tag
1 parent 24be634 commit 9d0603a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,6 @@ jobs:
7777
https://api.github.com/repos/${{ github.repository }}/git/refs \
7878
-d '{
7979
"ref": "refs/tags/${{ env.LATEST_TAG }}",
80-
"sha": "${{ github.sha }}"
80+
"sha": "${{ github.sha }}",
81+
"force": true
8182
}'

0 commit comments

Comments
 (0)