We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048fede commit 7b3a9acCopy full SHA for 7b3a9ac
.github/workflows/ci.yml
@@ -300,6 +300,9 @@ jobs:
300
# It tends to false-prerelease things but that's better than false-release them
301
prerelease: ${{ contains(needs.Prepare.outputs.version, '-') }}
302
allowUpdates: true
303
+ # Create as a draft, update without touching the draft flag
304
+ draft: true
305
omitDraftDuringUpdate: true
306
+ # Never write name and body - this action is to upload files only
307
omitName: true
308
omitBody: true
0 commit comments