We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27a1b0 commit 1e59f1aCopy full SHA for 1e59f1a
.github/workflows/release-please.yml
@@ -61,11 +61,8 @@ jobs:
61
registry-url: https://registry.npmjs.org
62
cache: pnpm
63
64
- - name: Upgrade npm for trusted publishing
65
- run: npm install --global npm@^11.10.0
66
-
67
- name: Install dependencies
68
run: pnpm install --frozen-lockfile
69
70
- name: Publish package
71
- run: npm publish --access public --provenance
+ run: npx --yes npm@11.10.0 publish --access public --provenance
0 commit comments