1 parent 119a70d commit 2c10832Copy full SHA for 2c10832
1 file changed
‎.github/workflows/release.yml‎
@@ -276,7 +276,7 @@ jobs:
276
# Write and read notes from a file to avoid quoting breaking things
277
echo "$ANNOUNCEMENT_BODY" > $RUNNER_TEMP/notes.txt
278
279
- gh release create "${{ needs.plan.outputs.tag }}" --target "$RELEASE_COMMIT" $PRERELEASE_FLAG --title "$ANNOUNCEMENT_TITLE" --notes-file "$RUNNER_TEMP/notes.txt" artifacts/*
+ gh release create "${{ needs.plan.outputs.tag }}" --target "$RELEASE_COMMIT" $PRERELEASE_FLAG --title "$ANNOUNCEMENT_TITLE" --notes-file "$RUNNER_TEMP/notes.txt" --clobber artifacts/*
280
281
announce:
282
needs:
0 commit comments