Skip to content

Commit

Permalink
auto-create releases as drafts
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Nov 23, 2023
1 parent c49fc34 commit 677e979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: softprops/action-gh-release@v1
id: create_release
with:
draft: false
draft: true
prerelease: false
name: ${{ env.VERSION }}
tag_name: ${{ env.VERSION }}
Expand Down

0 comments on commit 677e979

Please sign in to comment.