Skip to content

Commit e2a356d

Browse files
authored
Fix the release github action (google-gemini#354)
1 parent 33c3c24 commit e2a356d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
steps:
3030
- name: Setup Git
3131
run: |
32-
git config --global user.name "GenAi SDK Bot"
33-
git congig --global user.email "[email protected]"
32+
git config --global user.name "GenAI SDK Bot"
33+
git config --global user.email "[email protected]"
3434
- name: Checkout Repo
3535
uses: actions/checkout@v3
3636

0 commit comments

Comments
 (0)