Skip to content

Commit 1698589

Browse files
authored
Don't create draft releases as drafts
The draft property makes them private.
1 parent 8edc226 commit 1698589

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/compile.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
tag_name: draft-${{ steps.date.outputs.date }}
3535
release_name: Draft release ${{ steps.date.outputs.date }}
3636
body: Latest snapshot (${{ github.sha }})
37-
draft: true
3837
prerelease: true
3938
- name: Upload Release Asset
4039
id: upload-release-asset

0 commit comments

Comments
 (0)