Skip to content

Commit 3b774bf

Browse files
committed
ci: fix publish command
1 parent b18a889 commit 3b774bf

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
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Publish (All)
6969
if: github.event.inputs.workspace == ''
70-
run: yarn workspaces run release
70+
run: yarn release
7171
env:
7272
GH_TOKEN: ${{ secrets.GH_TOKEN }}
7373
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)