There was an error while loading. Please reload this page.
1 parent 1a1ea59 commit 989eafcCopy full SHA for 989eafc
1 file changed
.github/workflows/release.yml
@@ -62,5 +62,5 @@ jobs:
62
- name: Publish to npm
63
if: steps.diff.outputs.changed == 'true' || github.event_name == 'workflow_dispatch'
64
run: |
65
- npm install -g npm@latest
+ sudo npm install -g npm@latest
66
npm publish --access public --provenance
0 commit comments