chore: update global workflows (#3113)

Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
LizardByte-bot
2024-08-31 13:45:57 -04:00
committed by GitHub
parent f6659e6641
commit 0f40a092de
9 changed files with 249 additions and 281 deletions

View File

@@ -28,7 +28,7 @@ jobs:
id: output
run: |
echo "${RELEASE_BODY}" > ./release_body.md
modified_body=$(sed '/^---$/d; /^## Contributors$/,/<\/a>/d' ./release_body.md)
modified_body=$(sed '/^---/,$d' ./release_body.md)
echo "modified_body: ${modified_body}"
# use a heredoc to ensure the output is multiline