Skip to content

Commit 90186f4

Browse files
committed
ci: fix release preview formatting
1 parent a503540 commit 90186f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
else
7373
echo "This pull request will trigger a new release when merged." >> $GITHUB_OUTPUT
7474
echo -e "<details>\n" >> $GITHUB_OUTPUT
75-
echo -e "<summary>Release notes</summary>\n" >> $GITHUB_OUTPUT
75+
echo -e "<summary>Release notes</summary>\n\n" >> $GITHUB_OUTPUT
7676
echo -e "${{ steps.dryrun.outputs.notes }}\n" >> $GITHUB_OUTPUT
7777
echo -e "</details>\n" >> $GITHUB_OUTPUT
7878
fi

0 commit comments

Comments
 (0)