diff --git a/.github/workflows/gh_release_notes.yml b/.github/workflows/gh_release_notes.yml index 4313a72c8..a9840b6ab 100644 --- a/.github/workflows/gh_release_notes.yml +++ b/.github/workflows/gh_release_notes.yml @@ -26,4 +26,5 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} id: ${{ github.event.release.id }} + # TODO: Since the version changes in CHANGELOG.md are automated, this won't the expected version, they will be committed on publish body: ${{ steps.extract-release-notes.outputs.release_notes }}