We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c732b commit 7d5395dCopy full SHA for 7d5395d
1 file changed
.github/workflows/create-changelog.yml
@@ -29,5 +29,5 @@ jobs:
29
tag_name: ${{ github.ref }}
30
release_name: Release ${{ github.ref }}
31
body: ${{ steps.changelog.outputs.changelog }}
32
- draft: false
+ draft: true
33
prerelease: false
0 commit comments