From c521297779c07287cd0206abdae76378fec73a71 Mon Sep 17 00:00:00 2001 From: warren-veerasingam Date: Tue, 22 May 2018 17:18:01 -0500 Subject: [PATCH] testing build --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3a62da8f..d9e647f0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -45,7 +45,7 @@ jobs: - run: git status - run: git tag 0.0.${CIRCLE_BUILD_NUM} - run: git config --global user.email "warren.veerasingam@gmail.com" - - run: git config --global user.name "Warren Veerasingam" + - run: git config --global user.name "warren-veerasingam" - run: git push origin 0.0.${CIRCLE_BUILD_NUM} workflows: