Skip to content

Commit bc8ab0b

Browse files
committed
action file update
1 parent 43d90c0 commit bc8ab0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
npm i -g yarn
4444
yarn build
4545
yarn config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
46-
yarn publish
46+
npm publish
4747
env:
4848
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
4949
CI: true

0 commit comments

Comments
 (0)