Skip to content

Commit daa41e6

Browse files
committed
fix: change publish command from yarn to npm in workflow
1 parent 14695f4 commit daa41e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npmjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
uses: borales/actions-yarn@v4
2525
with:
2626
cmd: install
27-
- run: yarn publish
27+
- run: npm publish

0 commit comments

Comments
 (0)