Skip to content

Commit

Permalink
Fix lerna command for publish (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain authored Oct 10, 2024
1 parent 78a0291 commit b4beed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
echo npmAuthToken: "$NODE_AUTH_TOKEN" >> ./.yarnrc.yml
- run: yarn lerna run -v --ignore root --ignore simpleserialize.com --no-private npm publish --tolerate-republish --access public
- run: yarn lerna exec --ignore root --ignore simpleserialize.com --no-private "npm publish --tolerate-republish --access public"
if: ${{ steps.release.outputs.releases_created }}


Expand Down

0 comments on commit b4beed2

Please sign in to comment.