diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index b311689..a868dda 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -61,11 +61,8 @@ jobs: registry-url: https://registry.npmjs.org cache: pnpm - - name: Upgrade npm for trusted publishing - run: npm install --global npm@^11.10.0 - - name: Install dependencies run: pnpm install --frozen-lockfile - name: Publish package - run: npm publish --access public --provenance + run: npx --yes npm@11.10.0 publish --access public --provenance