From dce1370f7556184ee43c6472472a833db2fa8782 Mon Sep 17 00:00:00 2001 From: Ivan Kerin Date: Sun, 16 Dec 2018 23:09:44 +0200 Subject: [PATCH] Add learna publish --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f21f697..d6d84c7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,7 +57,7 @@ jobs: - run: yarn build - run: git config user.email "ovotech-ci@ovoenergy.com" - run: git config user.name "Ovotech CI" - - run: yarn lerna publish $CIRCLE_TAG + - run: yarn lerna publish $CIRCLE_TAG --yes workflows: version: 2