1
0
Fork 0

chore(ci): setup git user for release (#2334)

This commit is contained in:
Pierre Millot 2024-11-04 10:14:12 +01:00 committed by GitHub
parent 34b8b761e6
commit c777009158
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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