mirror of
https://github.com/RetroDECK/Vita3K-bin.git
synced 2025-01-19 04:35:39 +00:00
Fix release body formatting by replacing newline with HTML line break for better display
This commit is contained in:
parent
7a2da98d66
commit
be12fc9118
2
.github/workflows/fetch-release.yml
vendored
2
.github/workflows/fetch-release.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
|||
commit_hash="$(echo $latest_release | jq -r .body | grep -oP 'Corresponding commit: \K[0-9a-f]{40}')"
|
||||
echo "commit_hash=$commit_hash"
|
||||
|
||||
release_body+="Corresponding commit: [$commit_hash](https://github.com/Vita3K/Vita3K/commit/$commit_hash)\n\n"
|
||||
release_body+="Corresponding commit: [$commit_hash](https://github.com/Vita3K/Vita3K/commit/$commit_hash)</br>"
|
||||
release_body+="$release_name"
|
||||
echo "release_body=$release_body"
|
||||
|
||||
|
|
Loading…
Reference in a new issue