We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83746bc commit b0fbdb4Copy full SHA for b0fbdb4
.github/workflows/main.yml
@@ -337,7 +337,7 @@ jobs:
337
registry-url: 'https://registry.npmjs.org'
338
339
- name: update npm # npm 11.5.1 is required for OIDC auth https://docs.npmjs.com/trusted-publishers
340
- run: npm install -g npm@11.5.1
+ run: sudo npm install -g npm@11.5.1
341
342
- name: build and publish npm packages
343
if: steps.tag.outputs.version != ''
0 commit comments