adding gh email and name (#109)

This commit is contained in:
Benjamin Boudreau 2019-06-14 22:05:53 -04:00 committed by GitHub
parent 24b04ab812
commit 5effd8175d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,8 @@ jobs:
name: deploy
command: |
if [ "$CIRCLE_BRANCH" = "master" ]; then
git config --global user.email $GH_EMAIL
git config --global user.name $GH_NAME
npm run deploy
fi