Skip to content

Commit

Permalink
👷 misc(CI): use CHANGES.md for GitHub release notes
Browse files Browse the repository at this point in the history
Should fix shell parsing issues with special characters in release notes.
  • Loading branch information
welpo committed Mar 21, 2024
1 parent b4fec9c commit 38f3aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
run: |
gh release create ${{ github.ref_name }} \
--title "Release ${{ github.ref_name }}" \
--notes "${{ steps.git-cliff.outputs.content }}"
--notes-file CHANGES.md
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 38f3aaf

Please sign in to comment.