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