mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
👷 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:
parent
b4fec9c81f
commit
38f3aafdd8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue