Skip to content

Commit

Permalink
use printf
Browse files Browse the repository at this point in the history
  • Loading branch information
coletdjnz committed Sep 10, 2024
1 parent 167a4a1 commit 58d206f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
cd bundle/
find . -type f -name '*.py[co]' -delete -o -type d -name __pycache__ -delete
zip -9 --recurse-paths "${project_name}" *
echo "${{ steps.changelog_reader.outputs.changes }}" > changes.txt
printf "%s" "${{ steps.changelog_reader.outputs.changes }}" > changes.txt
gh release create "${version}" \
--title "${project_name} ${version}" \
--notes-file changes.txt \
Expand Down

0 comments on commit 58d206f

Please sign in to comment.