diff --git a/.github/workflows/fetch-release.yml b/.github/workflows/fetch-release.yml index 14d054f..2a084f6 100644 --- a/.github/workflows/fetch-release.yml +++ b/.github/workflows/fetch-release.yml @@ -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)
" release_body+="$release_name" echo "release_body=$release_body"