Skip to content

Commit f327d27

Browse files
authored
fix(ci): add --clobber to gh release create to prevent duplicate tag failures (#51)
1 parent a5d77c7 commit f327d27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ jobs:
428428
gh release create ${{ github.ref_name }} \
429429
--title "${{ github.ref_name }}" \
430430
--notes-file release/release-notes.md \
431+
--clobber \
431432
$PRERELEASE_FLAG \
432433
release/temps-linux-amd64.tar.gz \
433434
release/temps-linux-amd64.tar.gz.sha256 \

0 commit comments

Comments
 (0)