Skip to content

Commit b4beed2

Browse files
authored
Fix lerna command for publish (#408)
1 parent 78a0291 commit b4beed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
echo npmAuthToken: "$NODE_AUTH_TOKEN" >> ./.yarnrc.yml
5757
58-
- run: yarn lerna run -v --ignore root --ignore simpleserialize.com --no-private npm publish --tolerate-republish --access public
58+
- run: yarn lerna exec --ignore root --ignore simpleserialize.com --no-private "npm publish --tolerate-republish --access public"
5959
if: ${{ steps.release.outputs.releases_created }}
6060

6161

0 commit comments

Comments
 (0)