Skip to content

Commit 5e0def2

Browse files
committed
ci: Build test
1 parent fa2ef70 commit 5e0def2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/packages.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -799,9 +799,11 @@ jobs:
799799
if [ -n "$EXISTING_BODY" ]; then
800800
COMBINED_BODY="${EXISTING_BODY}$(cat assets_section.md)"
801801
else
802-
COMBINED_BODY="## ApiSnip v${VERSION}
803-
804-
A terminal user interface (TUI) tool for trimming OpenAPI specifications down to size ✂️$(cat assets_section.md)"
802+
COMBINED_BODY="## ApiSnip v${VERSION}"
803+
COMBINED_BODY="${COMBINED_BODY}\n\n"
804+
COMBINED_BODY="${COMBINED_BODY}A terminal user interface (TUI) tool for trimming OpenAPI specifications down to size ✂️"
805+
COMBINED_BODY="${COMBINED_BODY}\n\n"
806+
COMBINED_BODY="${COMBINED_BODY}$(cat assets_section.md)"
805807
fi
806808
807809
echo "$COMBINED_BODY" > combined_body.md

0 commit comments

Comments
 (0)