Skip to content
This repository was archived by the owner on Apr 26, 2026. It is now read-only.

Commit d866f2d

Browse files
committed
ci: replace workspace:* before run release
1 parent 9801288 commit d866f2d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
mv ./node_modules ./node_modules_pnpm
5757
yarn install
5858
yarn turbo run prepack
59+
find . -type f -name "yarn.lock" -not -path './node_modules*' -not -path './.git*' -exec sed -i 's/workspace:\*/\*/g' {} \;
5960
yarn release
6061
rm -rf ./node_modules
6162
mv ./node_modules_pnpm ./node_modules

0 commit comments

Comments
 (0)