diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef1a4fb2..34d5c419 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,7 +103,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create release id: create_release - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.15.0 with: body: ${{ steps.build_changelog.outputs.changelog }} name: Release ${{ needs.version.outputs.RELEASE_VERSION }}