Skip to content

Commit

Permalink
Improve release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
usimd committed Nov 13, 2023
1 parent 0eccbcc commit 0ae74ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ jobs:
if: steps.check.outputs.changed == 'true'
with:
tag_name: v${{ steps.check.outputs.version }}
draft: true
generate_release_notes: true
prerelease: false
draft: false

0 comments on commit 0ae74ea

Please sign in to comment.