diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1094e14..1956d5e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: DEFAULT_BUMP: patch RELEASE_BRANCHES: release - name: Create release - uses: ncipollo/release-action@v1.16.0 + uses: ncipollo/release-action@v1.21.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: