[CI > Build] Use commit msg as release body
This commit is contained in:
parent
8b5dd46818
commit
f041f8b584
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release_nightly.yml
vendored
2
.github/workflows/release_nightly.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
git tag nightly
|
||||
git push origin nightly
|
||||
gh release delete ${{ env.VERSION }} -y
|
||||
gh release create ${{ env.VERSION }} -t "${{ env.NAME }}" -n "${{ env.BODY }}" ${{ env.FILES }}
|
||||
gh release create ${{ env.VERSION }} -t "${{ git log -1 --pretty=%B }}" -n "${{ env.BODY }}" ${{ env.FILES }}
|
||||
env:
|
||||
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
||||
VERSION: 'nightly'
|
||||
|
|
Loading…
Reference in a new issue