mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #5651 from MetaMask/kumavis-patch-3
CI - job-publish-release - fix github command
This commit is contained in:
commit
3ba70b5d3e
@ -322,8 +322,8 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: github gh-pages docs publish
|
name: github gh-pages docs publish
|
||||||
command: >
|
command: >
|
||||||
git config user.name metamaskbot &&
|
git config --global user.name "metamaskbot" &&
|
||||||
git config user.email admin@metamask.io &&
|
git config --global user.email "admin@metamask.io" &&
|
||||||
npm run publish-docs
|
npm run publish-docs
|
||||||
|
|
||||||
test-unit:
|
test-unit:
|
||||||
|
Loading…
Reference in New Issue
Block a user