Skip to content

Commit 115c702

Browse files
authored
ci: change yarn to npm publish
1 parent 23a9de6 commit 115c702

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
run: yarn build
3232

3333
- name: Publish
34-
run: yarn publish --access public --non-interactive
34+
run: npm publish --access public

0 commit comments

Comments
 (0)