Skip to content

Commit ffdf83b

Browse files
committed
fix(projects): fix release.yml
1 parent ba8691f commit ffdf83b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
NPM_CONFIG_PROVENANCE: true
4444

4545
- name: Sync Npmmirror
46-
run: pnpm soy sync-npmmirror --syncName=@soybeanjs/cli,create-soybean
46+
run: npx @soybeanjs/cli sync-npmmirror --syncName=@soybeanjs/cli,create-soybean

packages/create-soybean/template-ts-lib/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
NPM_CONFIG_PROVENANCE: true
4444

4545
- name: Sync Npmmirror
46-
run: pnpm soy sync-npmmirror --syncName
46+
run: npx @soybeanjs/cli sync-npmmirror --syncName

0 commit comments

Comments
 (0)