1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2025-01-05 01:20:39 +02:00

Revert RELEASE_BODY to original

from c21487f4d1, but with double quotes.
This commit is contained in:
Eric Cornelissen 2021-02-08 22:22:08 +01:00
parent caef1db2a2
commit ef00aa292c

View File

@ -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