Skip to content

Commit e8d3215

Browse files
hotfix: fixed publish ci command
1 parent b3bde5e commit e8d3215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
run: yarn build
2727

2828
- name: Publish package
29-
run: yarn publish
29+
run: npm publish
3030
env:
3131
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)