chore(ci): setup git user for release (#2334)
This commit is contained in:
parent
34b8b761e6
commit
c777009158
1 changed files with 5 additions and 0 deletions
|
|
@ -145,6 +145,11 @@ jobs:
|
|||
- run: *run_yarn_install
|
||||
- save_cache: *save_yarn_cache
|
||||
- run: *restore_dist_folders
|
||||
- run:
|
||||
name: Setup git user
|
||||
command: |
|
||||
git config --global user.email "accounts+algolia-api-client-bot@algolia.com"
|
||||
git config --global user.name "algolia-bot"
|
||||
- run:
|
||||
name: Release if needed
|
||||
command: yarn run shipjs trigger
|
||||
|
|
|
|||
Loading…
Reference in a new issue