Skip to content

Commit d8a7001

Browse files
committed
Fix a small rare error in the release script
1 parent b98c9b4 commit d8a7001

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
@@ -30,7 +30,7 @@ jobs:
3030
{
3131
echo 'CHANGELOG<<EOF'
3232
cat .release/*/CHANGELOG.md
33-
echo EOF
33+
printf '\nEOF'
3434
} >> "$GITHUB_OUTPUT"
3535
3636
- name: Notify Discord webhook

0 commit comments

Comments
 (0)