Skip to content

Commit ef96536

Browse files
authored
fix: Update release.yml to use googlemaps-bot (#125)
1 parent 93072f2 commit ef96536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
token: ${{ secrets.GITHUB_TOKEN }}
3535
- name: Set Git Identity
3636
run: |
37-
git config user.name 'github-actions[bot]'
38-
git config user.email 'github-actions[bot]@users.noreply.github.com'
37+
git config --global user.name 'googlemaps-bot'
38+
git config --global user.email 'googlemaps-[email protected]'
3939
- uses: actions/cache@v3
4040
with:
4141
path: ~/.npm

0 commit comments

Comments
 (0)