diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c1e0e2b..68c2893 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -138,7 +138,7 @@ jobs: # Auto-generate a changelog from commits since the last tag - name: Generate changelog id: changelog - uses: orhun/git-cliff-action@v3 + uses: orhun/git-cliff-action@v4 with: args: --latest --strip header continue-on-error: true