Skip to content

Commit d2f3da4

Browse files
committed
Make releases as draft
Lets us edit the contents before publishing.
1 parent 09196aa commit d2f3da4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ jobs:
2828
with:
2929
repo_token: "${{ secrets.GITHUB_TOKEN }}"
3030
prerelease: false
31+
draft: true
3132
files: |
3233
*.vsix

0 commit comments

Comments
 (0)