We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3bf5a commit 9b6f178Copy full SHA for 9b6f178
.github/workflows/release.yaml
@@ -35,7 +35,7 @@ jobs:
35
- uses: softprops/action-gh-release@v2
36
with:
37
draft: true
38
- generate_release_notes: true
+ generate_release_notes: false
39
files: ${{ steps.info.outputs.file }}
40
tag_name: ${{ steps.info.outputs.date }}
41
body_path: body.md
0 commit comments