We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba83c8 commit dce1370Copy full SHA for dce1370
1 file changed
.circleci/config.yml
@@ -57,7 +57,7 @@ jobs:
57
- run: yarn build
58
- run: git config user.email "ovotech-ci@ovoenergy.com"
59
- run: git config user.name "Ovotech CI"
60
- - run: yarn lerna publish $CIRCLE_TAG
+ - run: yarn lerna publish $CIRCLE_TAG --yes
61
62
workflows:
63
version: 2
0 commit comments