Skip to content

Commit 75ab56f

Browse files
committed
Create releases as drafts initially
This is inspired by the ripgrep workflow, though it currently does it in a different way, since right now we are using actions rather than the `gh` command. Actual releases should of course become public. This can be done manually; or another job, which depends on others, could be added so it happens automatically if and after all builds succeed; or this change to creating the releases as drafts (which at this moment is mainly useful to facilitate testing without causing confusion) could be reverted if no longer needed.
1 parent 12313f2 commit 75ab56f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
tag: ${{ env.VERSION }}
4747
name: ${{ env.VERSION }}
4848
allowUpdates: true
49+
draft: true
4950
omitBody: true
5051
omitPrereleaseDuringUpdate: true
5152
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)