From 4759eee1f81a714bed1f274ca704cccec7e31844 Mon Sep 17 00:00:00 2001 From: JPSchellenberg Date: Thu, 18 Feb 2021 10:41:31 +0100 Subject: [PATCH] ci(release): add git email and username --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 359ae26fc..f9ea80e3b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -150,6 +150,9 @@ jobs: at: . - coveralls/upload: parallel_finished: true + - run: + name: config git + command: git config --global user.email "c@Lumi.education" && git config --global user.name "Lumi" - run: name: release command: npx lerna version -y --conventional-commits --create-release github && npx lerna publish -y from-package