diff --git a/.github/workflows/release-tagging.yml b/.github/workflows/release-tagging.yml index a7d58db..17635f4 100644 --- a/.github/workflows/release-tagging.yml +++ b/.github/workflows/release-tagging.yml @@ -34,7 +34,7 @@ jobs: with: tag: ${{ needs.release-tag.outputs.RELEASE_TAG }} name: Release ${{ needs.release-tag.outputs.RELEASE_TAG }} - body: ${{ needs.release-tag.outputs.RELEASE_TAG }} + generateReleaseNotes: true release-notifier: runs-on: ubuntu-latest