diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e6778c7cb..89967a448 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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 }}