diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a8cdfcd9..b97130a1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -118,7 +118,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create release id: create_release - uses: ncipollo/release-action@v1.18.0 + uses: ncipollo/release-action@v1.20.0 with: body: ${{ steps.build_changelog.outputs.changelog }} name: Release ${{ needs.version.outputs.RELEASE_VERSION }}