Skip to content

Commit 0a32b2c

Browse files
committed
fix(ci): pnpm cannot identify package.json
1 parent c699167 commit 0a32b2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-sdk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- uses: pnpm/action-setup@v4
2020
with:
2121
run_install: false
22+
package_json_file: ./apis/sdk/typescript/package.json
2223
- uses: actions/setup-node@v5
2324
with:
2425
cache: pnpm

0 commit comments

Comments
 (0)