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 4540741 commit d3cb43a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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
Expand Down

0 comments on commit d3cb43a

Please sign in to comment.