mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
Use the commit message for the release body
This commit is contained in:
parent
c3c3a52fbc
commit
d0cb317c76
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue