Skip to content

Commit 937c18c

Browse files
committed
Try to fix linebreak issue in github release message
1 parent bf12cb5 commit 937c18c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/create-nightly.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,13 @@ jobs:
7575
# Create new release
7676
gh release create "$TAG_NAME" "$FILE_NAME" \
7777
--title "Nightly Build $TAG_NAME" \
78-
--notes "Automated nightly build from commit ${{ steps.get_sha.outputs.short_sha }}.\n\nChanges since last release:\n$COMMIT_LOG" \
78+
--notes-from-file <(cat <<EOF
79+
Automated nightly build from commit ${{ steps.get_sha.outputs.short_sha }}.
80+
81+
Changes since last release:
82+
$COMMIT_LOG
83+
EOF
84+
) \
7985
--prerelease
8086

8187

0 commit comments

Comments
 (0)