From ef00aa292c357f3fcc51d6bb767ce131902559ba Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Mon, 8 Feb 2021 22:22:08 +0100 Subject: [PATCH] Revert RELEASE_BODY to original from c21487f4d1903b6d204053cb234a16038e9cc18c, but with double quotes. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c37513358..7d7016ecd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -49,7 +49,7 @@ jobs: run: | RELEASE_TITLE=$(echo "${{ steps.commit.outputs.git-message }}" | head -n 1) echo "::set-output name=title::$RELEASE_TITLE" - RELEASE_BODY=$(echo "${{ steps.commit.outputs.git-message }}" | tail -n +3) + RELEASE_BODY=$(echo "${{ steps.commit.outputs.git-message }}" | tail -n $(expr $(echo "${{ steps.commit.outputs.git-message }}" | wc -l) - 1)) echo "::set-output name=body::$RELEASE_BODY" - name: Get release version id: get-version