Skip to content

Commit

Permalink
added config for git
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed May 24, 2018
1 parent 983dde3 commit 23d3dba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23d3dba

Please sign in to comment.