turn off auto release notes
This commit is contained in:
parent
862154d5ba
commit
f08f7911e7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_and_release.yml
vendored
2
.github/workflows/build_and_release.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
with:
|
||||
artifacts: "utils"
|
||||
body: "It's releasin' time"
|
||||
generateReleaseNotes: true
|
||||
generateReleaseNotes: false
|
||||
tag: ${{ env.SHORT_SHA }}
|
||||
commit: master
|
||||
token: ${{ secrets.PAT }}
|
||||
|
|
Loading…
Add table
Reference in a new issue