diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c449702..a011f776 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,8 +99,8 @@ jobs: - name: Configure Git User run: | - git config user.name "github-actions[bot]" - git config user.email "github-actions[bot]@users.noreply.github.com" + git config user.name "gemini-cli-robot" + git config user.email "gemini-cli-robot@google.com" - name: Create and switch to a release branch id: release_branch