👷 misc(CI): use CHANGES.md for GitHub release notes

Should fix shell parsing issues with special characters in release notes.
main
welpo 1 year ago
parent b4fec9c81f
commit 38f3aafdd8
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -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 }}

Loading…
Cancel
Save