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:
parent
caef1db2a2
commit
ef00aa292c
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user