diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c907be2..08cb8b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,8 +28,9 @@ jobs: uses: softprops/action-gh-release@v1 with: tag_name: v${{ steps.get_version.outputs.version }} - title: Release v${{ steps.get_version.outputs.version }} - body: ${{ steps.read_changelog.outputs.changelog }} + title: v${{ steps.get_version.outputs.version }} + body: | + $(cat CHANGELOG.md) token: ${{ secrets.BOT_TOKEN }} - name: Set autorelease published label