mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
Mk correct versioning (#8642)
This commit is contained in:
4
.github/workflows/promote-release.yml
vendored
4
.github/workflows/promote-release.yml
vendored
@@ -284,8 +284,8 @@ jobs:
|
||||
|
||||
- name: 'Configure Git User'
|
||||
run: |-
|
||||
git config user.name "github-actions[bot]"
|
||||
git config user.email "41898282+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 new branch'
|
||||
id: 'release_branch'
|
||||
|
||||
Reference in New Issue
Block a user