Use the commit message for the release body

This commit is contained in:
Belle Aerni 2023-09-04 01:12:42 -07:00 committed by Fabian
parent c3c3a52fbc
commit d0cb317c76

View file

@ -31,8 +31,8 @@ jobs:
with:
name: Latest Release
tag: latest
body: ${{ github.event.head_commit.message }}
artifacts: "build/*.js, build/*.js.map, build/*.wasm"
allowUpdates: true
generateReleaseNotes: true
prerelease: true
token: "${{ secrets.GITHUB_TOKEN }}"