From 6d18e7f1fe5882490471e64ea226f1dcf2433e5c Mon Sep 17 00:00:00 2001 From: dannyrb Date: Tue, 13 Aug 2019 15:53:36 -0400 Subject: [PATCH] Tell GitHub who we are --- .circleci/config.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5816f066d..191db017d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -161,9 +161,8 @@ jobs: command: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config - # - run: - # name: Publish using Semantic Release - # command: npx semantic-release --debug + - run: git config --global user.email "danny.ri.brown+ohif-bot@gmail.com" + - run: git config --global user.name "ohif-bot" - run: npx lerna version --allow-branch monorepo --conventional-commits --conventional-prerelease=* --create-release github @@ -184,8 +183,8 @@ jobs: command: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config - - run: git config --global user.email "gh-pages@localhost" - - run: git config --global user.name "npm gh-pages" + - run: git config --global user.email "danny.ri.brown+ohif-bot@gmail.com" + - run: git config --global user.name "ohif-bot" - run: yarn global add gh-pages - run: name: Generate Docs