From 58e722ce26d0a3eb84437b9a2850099c4e022fda Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Fri, 29 Nov 2024 17:37:11 +0100 Subject: [PATCH] add newline --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e28f60b4a..bbad61288 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -293,4 +293,4 @@ jobs: # Write and read notes from a file to avoid quoting breaking things echo "$ANNOUNCEMENT_BODY" > $RUNNER_TEMP/notes.txt - gh release create "${{ needs.plan.outputs.tag }}" --target "$RELEASE_COMMIT" $PRERELEASE_FLAG --title "$ANNOUNCEMENT_TITLE" --notes-file "$RUNNER_TEMP/notes.txt" artifacts/* \ No newline at end of file + gh release create "${{ needs.plan.outputs.tag }}" --target "$RELEASE_COMMIT" $PRERELEASE_FLAG --title "$ANNOUNCEMENT_TITLE" --notes-file "$RUNNER_TEMP/notes.txt" artifacts/*