diff options
author | kumavis <kumavis@users.noreply.github.com> | 2018-11-02 10:02:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-02 10:02:28 +0800 |
commit | 54a14edccd897f15f9da48050fb5f24e22c6224a (patch) | |
tree | 8cb36a1a5078536f856c8468f9328f82acbb9f1b /.circleci | |
parent | 65b3d6b98722b29f2a944912fb50bce97cf6b7d7 (diff) | |
download | tangerine-wallet-browser-54a14edccd897f15f9da48050fb5f24e22c6224a.tar.gz tangerine-wallet-browser-54a14edccd897f15f9da48050fb5f24e22c6224a.tar.zst tangerine-wallet-browser-54a14edccd897f15f9da48050fb5f24e22c6224a.zip |
CI - job-publish-release - fix github command
correctly set github username and email
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 60867e181..55d570abc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -322,8 +322,8 @@ jobs: - run: name: github gh-pages docs publish command: > - git config user.name metamaskbot && - git config user.email admin@metamask.io && + git config --global user.name "metamaskbot" && + git config --global user.email "admin@metamask.io" && npm run publish-docs test-unit: |