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 a04d77c commit 4c892beCopy full SHA for 4c892be
.github/workflows/on-merge-main-deploy-npmjs.yml
@@ -16,8 +16,10 @@ jobs:
16
node-version: "16.x"
17
registry-url: "https://registry.npmjs.org"
18
- run: npm ci
19
+ - run: npm install npm@latest -g
20
+ - run: npm config set registry http://registry.npmjs.org
21
- run: npm run npm-build-package:npmjs
- - run: cd dist/npm
22
+ - run: rm .npmrc && cd dist/npm
23
- run: npm publish
24
env:
25
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
0 commit comments