Skip to content

Commit

Permalink
ci: replace workspace:* before run release
Browse files Browse the repository at this point in the history
  • Loading branch information
r17x committed Sep 17, 2023
1 parent 9801288 commit d866f2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
mv ./node_modules ./node_modules_pnpm
yarn install
yarn turbo run prepack
find . -type f -name "yarn.lock" -not -path './node_modules*' -not -path './.git*' -exec sed -i 's/workspace:\*/\*/g' {} \;
yarn release
rm -rf ./node_modules
mv ./node_modules_pnpm ./node_modules
Expand Down

0 comments on commit d866f2d

Please sign in to comment.