Skip to content

Commit

Permalink
Use printf
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Jul 5, 2023
1 parent 2a75a17 commit c03796c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
NEW_VERSION=$(node -p 'require("./package.json").version')
echo "version=v$NEW_VERSION" >> $GITHUB_OUTPUT
echo ${{ toJSON(github.event.pull_request.body) }} > CHANGELOG.md
printf '%q\n' "${{ github.event.pull_request.body }}" > CHANGELOG.md
- name: Create a git tag
if: github.event.pull_request.merged == true
Expand Down

0 comments on commit c03796c

Please sign in to comment.