Skip to content

Commit

Permalink
Don't create draft releases as drafts
Browse files Browse the repository at this point in the history
The draft property makes them private.
  • Loading branch information
jrtc27 authored Jan 12, 2023
1 parent 8edc226 commit 1698589
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
tag_name: draft-${{ steps.date.outputs.date }}
release_name: Draft release ${{ steps.date.outputs.date }}
body: Latest snapshot (${{ github.sha }})
draft: true
prerelease: true
- name: Upload Release Asset
id: upload-release-asset
Expand Down

0 comments on commit 1698589

Please sign in to comment.