Skip to content

Commit 86a0d5a

Browse files
committed
Update github actions
1 parent 2261999 commit 86a0d5a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/on-merge-main-deploy-npmjs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- run: npm install npm@latest -g
2020
- run: npm config set registry http://registry.npmjs.org
2121
- run: npm run npm-build-package:npmjs
22-
- run: rm .npmrc && cd dist/npm
23-
- run: npm publish
22+
- run: cd dist/npm && npm publish
2423
env:
2524
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)