Skip to content

Commit

Permalink
chore(ci): setup git user for release (#2334)
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp authored Nov 4, 2024
1 parent 34b8b76 commit c777009
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
git config --global user.name "algolia-bot"
- run:
name: Release if needed
command: yarn run shipjs trigger
Expand Down

0 comments on commit c777009

Please sign in to comment.