Skip to content

Commit 2c10832

Browse files
committed
🚀 ci: add --clobber flag to release creation to allow overwriting existing releases
1 parent 119a70d commit 2c10832

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276
# Write and read notes from a file to avoid quoting breaking things
277277
echo "$ANNOUNCEMENT_BODY" > $RUNNER_TEMP/notes.txt
278278
279-
gh release create "${{ needs.plan.outputs.tag }}" --target "$RELEASE_COMMIT" $PRERELEASE_FLAG --title "$ANNOUNCEMENT_TITLE" --notes-file "$RUNNER_TEMP/notes.txt" artifacts/*
279+
gh release create "${{ needs.plan.outputs.tag }}" --target "$RELEASE_COMMIT" $PRERELEASE_FLAG --title "$ANNOUNCEMENT_TITLE" --notes-file "$RUNNER_TEMP/notes.txt" --clobber artifacts/*
280280
281281
announce:
282282
needs:

0 commit comments

Comments
 (0)