Skip to content

Commit 7b3a9ac

Browse files
committed
CI: further fine tune GH Release creation
1 parent 048fede commit 7b3a9ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,9 @@ jobs:
300300
# It tends to false-prerelease things but that's better than false-release them
301301
prerelease: ${{ contains(needs.Prepare.outputs.version, '-') }}
302302
allowUpdates: true
303+
# Create as a draft, update without touching the draft flag
304+
draft: true
303305
omitDraftDuringUpdate: true
306+
# Never write name and body - this action is to upload files only
304307
omitName: true
305308
omitBody: true

0 commit comments

Comments
 (0)