We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5403c5 commit cb9b7f0Copy full SHA for cb9b7f0
1 file changed
.github/workflows/release-please.yml
@@ -61,6 +61,9 @@ 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
0 commit comments