diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c9d1c8d..b8199284 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.16.0 + uses: ncipollo/release-action@v1.18.0 with: body: ${{ steps.build_changelog.outputs.changelog }} name: Release ${{ needs.version.outputs.RELEASE_VERSION }}