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 2261999 commit 86a0d5aCopy full SHA for 86a0d5a
.github/workflows/on-merge-main-deploy-npmjs.yml
@@ -19,7 +19,6 @@ jobs:
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
22
- - run: rm .npmrc && cd dist/npm
23
- - run: npm publish
+ - run: cd dist/npm && npm publish
24
env:
25
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
0 commit comments