turn off auto release notes

This commit is contained in:
Joe Kaufeld 2022-07-23 13:46:46 -04:00
parent 862154d5ba
commit f08f7911e7

View File

@ -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 }}