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