Improve commit messages for nightlies

This commit is contained in:
Maschell 2023-01-05 17:27:59 +01:00
parent 6d0a7809dd
commit 96c02e85b3
1 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@ jobs:
run: |
echo REPOSITORY_NAME=$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $2}' | sed -e "s/:refs//") >> $GITHUB_ENV
echo DATETIME=$(echo $(date '+%Y%m%d-%H%M%S')) >> $GITHUB_ENV
echo COMMIT_MESSAGES=$(echo "${{join(github.event.commits.*.message, '||END||') }}" | sed -e 's/||END||/\r\n/g') >> $GITHUB_ENV
- uses: actions/download-artifact@master
with:
name: binary
@ -52,7 +53,7 @@ jobs:
prerelease: true
body: |
Not a stable release:
${{ github.event.head_commit.message }}
${{ env.COMMIT_MESSAGES }}
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1