Skip to content

Commit 9a5b0cb

Browse files
committed
Fix a small rare error in the release script
1 parent 5f04db8 commit 9a5b0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
{
3232
echo 'CHANGELOG<<EOF'
3333
cat .release/*/CHANGELOG.md
34-
echo EOF
34+
printf '\nEOF'
3535
} >> "$GITHUB_OUTPUT"
3636
3737
- name: Notify Discord webhook

0 commit comments

Comments
 (0)