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

Should fix shell parsing issues with special characters in release notes.
This commit is contained in:
welpo
2024-03-21 22:18:49 +01:00
parent b4fec9c81f
commit 38f3aafdd8

View File

@@ -31,6 +31,6 @@ jobs:
run: | run: |
gh release create ${{ github.ref_name }} \ gh release create ${{ github.ref_name }} \
--title "Release ${{ github.ref_name }}" \ --title "Release ${{ github.ref_name }}" \
--notes "${{ steps.git-cliff.outputs.content }}" --notes-file CHANGES.md
env: env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}