Tell GitHub who we are
This commit is contained in:
parent
08ff214ea6
commit
6d18e7f1fe
@ -161,9 +161,8 @@ jobs:
|
|||||||
command:
|
command:
|
||||||
mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking
|
mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking
|
||||||
no\n" > ~/.ssh/config
|
no\n" > ~/.ssh/config
|
||||||
# - run:
|
- run: git config --global user.email "danny.ri.brown+ohif-bot@gmail.com"
|
||||||
# name: Publish using Semantic Release
|
- run: git config --global user.name "ohif-bot"
|
||||||
# command: npx semantic-release --debug
|
|
||||||
- run:
|
- run:
|
||||||
npx lerna version --allow-branch monorepo --conventional-commits
|
npx lerna version --allow-branch monorepo --conventional-commits
|
||||||
--conventional-prerelease=* --create-release github
|
--conventional-prerelease=* --create-release github
|
||||||
@ -184,8 +183,8 @@ jobs:
|
|||||||
command:
|
command:
|
||||||
mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking
|
mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking
|
||||||
no\n" > ~/.ssh/config
|
no\n" > ~/.ssh/config
|
||||||
- run: git config --global user.email "gh-pages@localhost"
|
- run: git config --global user.email "danny.ri.brown+ohif-bot@gmail.com"
|
||||||
- run: git config --global user.name "npm gh-pages"
|
- run: git config --global user.name "ohif-bot"
|
||||||
- run: yarn global add gh-pages
|
- run: yarn global add gh-pages
|
||||||
- run:
|
- run:
|
||||||
name: Generate Docs
|
name: Generate Docs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user