set release notes
All checks were successful
Create zip and upload release / release (push) Successful in 1m3s
All checks were successful
Create zip and upload release / release (push) Successful in 1m3s
This commit is contained in:
parent
7e1b95fd01
commit
302ce38595
|
@ -11,7 +11,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y zip
|
||||
apt-get install -y zip jq
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Create output directory
|
||||
|
@ -30,4 +30,6 @@ jobs:
|
|||
release-dir: release
|
||||
token: ${{ github.token }}
|
||||
tag: $(git rev-parse --short ${{ github.sha }})
|
||||
release-notes: Release triggered by commit ${{ github.sha }} from ${{ github.actor }}
|
||||
release-notes: |
|
||||
Release triggered by commit ${{ github.sha }} from @${{ github.actor }}
|
||||
> $(echo '${{ github.event.head_commit.message }}' | tr '\n' '\n> ' | jq -sRr @uri)
|
||||
|
|
Loading…
Reference in a new issue