We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06bd5d3 commit 4c591b5Copy full SHA for 4c591b5
.github/workflows/publish-npm.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
registry-url: 'https://registry.npmjs.org'
31
32
- - run: npm i -g npm@latest
+ - run: sudo npm i -g npm@latest
33
34
- name: Generate unique version from git
35
id: version
0 commit comments