diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 54588b4..6a946f2 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -29,7 +29,6 @@ jobs: with: node-version: 24 registry-url: 'https://registry.npmjs.org' - cache: pnpm - run: pnpm install --frozen-lockfile - name: Bump version and commit run: |