From 4900e9f14398be487ee2260044ac013789657cc9 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 24 Sep 2022 16:07:27 +0200 Subject: [PATCH] Improve the nightly release description by adding all commit messages --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4f1d8d..8a0cf24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,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=${{join(github.event.commits.*.message, '\n') }} >> $GITHUB_ENV - uses: actions/download-artifact@master with: name: binary @@ -59,7 +60,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