Skip to content

Commit b357eaa

Browse files
authored
Update build_and_release.yml
Tweak release-action settings. Allow updates of existing releases but don't clobber existing release metadata (whoops).
1 parent be8feed commit b357eaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_and_release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,7 @@ jobs:
7979
tag: "v${{ steps.version.outputs.VERSION }}"
8080
artifacts: "${{ env.ARTIFACT_NAME }}.tar.gz"
8181
allowUpdates: true
82+
omitBodyDuringUpdate: true
83+
omitDraftDuringUpdate: true
84+
omitNameDuringUpdate: true
85+
omitPrereleaseDuringUpdate: true

0 commit comments

Comments
 (0)