Skip to content

Commit de3022a

Browse files
committed
Fix a small rare error in the release script
1 parent e8c60eb commit de3022a

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
@@ -37,7 +37,7 @@ jobs:
3737
{
3838
echo 'CHANGELOG<<EOF'
3939
cat .release/*/CHANGELOG.md
40-
echo EOF
40+
printf '\nEOF'
4141
} >> "$GITHUB_OUTPUT"
4242
4343
- name: Notify Discord webhook

0 commit comments

Comments
 (0)