Skip to content

Commit 3d28458

Browse files
committed
ci: add blank line between verdesc and release changelog
1 parent b0b2d7c commit 3d28458

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,8 @@ jobs:
260260
BODY_FILE="/tmp/release_body.md"
261261
> "$BODY_FILE"
262262
if [ -f verdesc ] && [ -s verdesc ]; then
263-
sed -n p verdesc >> "$BODY_FILE"
264-
echo "" >> "$BODY_FILE"
265-
echo "---" >> "$BODY_FILE"
266-
echo "" >> "$BODY_FILE"
263+
cat verdesc >> "$BODY_FILE"
264+
printf "\n\n---\n\n" >> "$BODY_FILE"
267265
fi
268266
{
269267
echo "${{ steps.version.outputs.release_banner }}"

0 commit comments

Comments
 (0)