Skip to content

Commit

Permalink
set main release to create draft
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoKle committed Apr 16, 2024
1 parent f4d1e8e commit 20d0e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
tag_name: v${{ env.VERSION }}
release_name: v${{ env.VERSION }}
draft: false
draft: true # to allow amendment of release notes
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 20d0e7a

Please sign in to comment.