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 f1c3160 commit feed2d2Copy full SHA for feed2d2
.github/workflows/cd.yml
@@ -38,4 +38,4 @@ jobs:
38
GH_TOKEN: ${{ github.token }}
39
40
- name: Publish to NPM
41
- run: npm --version && npm publish ./dist/npm
+ run: sudo npm install --global npm@latest && npm publish
0 commit comments