fix release notes
All checks were successful
Create zip and upload release / release (push) Successful in 52s
All checks were successful
Create zip and upload release / release (push) Successful in 52s
This commit is contained in:
parent
302ce38595
commit
43c9460396
|
@ -32,4 +32,4 @@ jobs:
|
||||||
tag: $(git rev-parse --short ${{ github.sha }})
|
tag: $(git rev-parse --short ${{ github.sha }})
|
||||||
release-notes: |
|
release-notes: |
|
||||||
Release triggered by commit ${{ github.sha }} from @${{ github.actor }}
|
Release triggered by commit ${{ github.sha }} from @${{ github.actor }}
|
||||||
> $(echo '${{ github.event.head_commit.message }}' | tr '\n' '\n> ' | jq -sRr @uri)
|
> $(echo '${{ github.event.head_commit.message }}' | tr '\n' '\n> ')
|
||||||
|
|
Loading…
Reference in a new issue