mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
CI - job-publish-release - fix github command
correctly set github username and email
This commit is contained in:
parent
65b3d6b987
commit
54a14edccd
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user