Skip to content

Commit

Permalink
Fix a small rare error in the release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Numynum committed Dec 4, 2024
1 parent 19b03fd commit 4df6184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
{
echo 'CHANGELOG<<EOF'
cat .release/*/CHANGELOG.md
echo EOF
printf '\nEOF'
} >> "$GITHUB_OUTPUT"
- name: Notify Discord webhook
Expand Down

0 comments on commit 4df6184

Please sign in to comment.