From 2153e70bc9b98be7ebb81e4bfae47f6c0a19d4fe Mon Sep 17 00:00:00 2001 From: Pierre Millot Date: Mon, 4 Nov 2024 10:06:04 +0100 Subject: [PATCH] chore(ci): setup git user for release --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index d044d88c7..8276008ff 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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