diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 57b899a..3809cfc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ permissions: on: release: - types: [published] + types: [released] jobs: release: @@ -28,8 +28,6 @@ jobs: with: node-version: 22.x registry-url: "https://registry.npmjs.org" - cache: "pnpm" - always-auth: true - name: Install pnpm uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0