diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4a23467..e148427 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -53,7 +53,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref_name }} run: | + echo ${{ env.CHANGELOG_CONTENT }} > temp_changelog.md gh release create "$tag" \ --repo="$GITHUB_REPOSITORY" \ --title="${tag#v}" \ - --notes=${{ env.CHANGELOG_CONTENT }} \ No newline at end of file + --notes-file=temp_changelog.md \ No newline at end of file