File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 68
68
with :
69
69
tag : v${{ steps.get_version.outputs.VERSION_TAG }}
70
70
name : ' Session ${{ steps.get_version.outputs.VERSION_TAG }}'
71
- draft : true
71
+ draft : true # important to keep this, so we **NEVER** make a live release through the CI
72
72
bodyFile : ${{ env.SHOULD_PUBLISH_ALPHA == 'true' && 'build/release-notes-alpha.md' || 'build/release-notes.md' }}
73
73
allowUpdates : true
74
74
skipIfReleaseExists : true
@@ -189,6 +189,7 @@ jobs:
189
189
with :
190
190
tag : v${{ needs.create_draft_release_if_needed.outputs.version_tag }}
191
191
artifacts : ' dist/latest-linux.yml'
192
+ draft : true # important to keep this, so we **NEVER** make a live release through the CI
192
193
allowUpdates : true
193
194
omitNameDuringUpdate : true
194
195
omitBodyDuringUpdate : true
@@ -342,6 +343,7 @@ jobs:
342
343
with :
343
344
tag : v${{ needs.create_draft_release_if_needed.outputs.version_tag }}
344
345
artifacts : ' dist/latest-mac.yml'
346
+ draft : true # important to keep this, so we **NEVER** make a live release through the CI
345
347
allowUpdates : true
346
348
omitBodyDuringUpdate : true
347
349
omitNameDuringUpdate : true
You can’t perform that action at this time.
0 commit comments