Skip to content

Commit 2da27b4

Browse files
ci: fix npm publish command
1 parent c1c8009 commit 2da27b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Publish Package
2828
uses: borales/actions-yarn@v4
2929
with:
30-
cmd: publish
30+
cmd: npm publish
3131
env:
3232
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3333
- name: Build Docs

0 commit comments

Comments
 (0)