diff --git a/.circleci/config.yml b/.circleci/config.yml index 1be273ee..b425b960 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -63,6 +63,8 @@ jobs: export VERSION; echo $VERSION git tag -a ${VERSION}.${CIRCLE_BUILD_NUM} -m "Release" + git config --global user.email "warren.veerasingam@gmail.com" + git config --global user.name "warren-veerasingam" git push origin ${VERSION}.${CIRCLE_BUILD_NUM} curl -sL https://git.io/goreleaser | bash