We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a0291 commit b4beed2Copy full SHA for b4beed2
.github/workflows/cd.yml
@@ -55,7 +55,7 @@ jobs:
55
run: |
56
echo npmAuthToken: "$NODE_AUTH_TOKEN" >> ./.yarnrc.yml
57
58
- - 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"
59
if: ${{ steps.release.outputs.releases_created }}
60
61
0 commit comments