Skip to content

Commit cebf505

Browse files
committed
Fix a small rare error in the release script
1 parent 8e931e3 commit cebf505

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
@@ -34,7 +34,7 @@ jobs:
3434
{
3535
echo 'CHANGELOG<<EOF'
3636
cat .release/*/CHANGELOG.md
37-
echo EOF
37+
printf '\nEOF'
3838
} >> "$GITHUB_OUTPUT"
3939
4040
- name: Notify Discord webhook

0 commit comments

Comments
 (0)