Skip to content

Commit 8ab14ef

Browse files
committed
fix: solve script
1 parent 7bfb516 commit 8ab14ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: npm publish
2323
run: |
2424
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
25-
npm run publish
25+
npm publish
2626
env:
2727
CI: true
2828
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)