Skip to content

Commit

Permalink
ci: release action creates draft
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-labs committed Sep 30, 2022
1 parent f9299fb commit 70ef9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 62,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.github_token }}
with:
prerelease: false
draft: false
draft: true
tag_name: v${{ steps.version.outputs.current-version }}
name: v${{ steps.version.outputs.current-version }}
body: ${{ steps.changelog.outputs.changelog }}

0 comments on commit 70ef9f3

Please sign in to comment.