diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 593ff08..585c504 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,7 +134,7 @@ jobs: body: | Changes in this Release - ${{ steps.nextVersion.outputs.value }} + ${{ steps.changelog.outputs.summary }} # - name: Merge back to main # if: steps.shouldRelease.outputs.value == 'yes'