Skip to content

Commit 7a3fd3a

Browse files
committed
fix: fix publish script
1 parent b54a5c9 commit 7a3fd3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
killall5 node || echo "Server is stopped"
4242
4343
- name: Publish
44-
run: sh ./bin/publish.sh
44+
run: npm publish

0 commit comments

Comments
 (0)