Skip to content

Commit c4c9ac0

Browse files
authored
fix: Update release.yml to revert previous change! (#128)
1 parent 837f1fc commit c4c9ac0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
token: ${{ secrets.GITHUB_TOKEN }}
3535
- name: Set Git Identity
3636
run: |
37-
git config --global --unset-all user.name
38-
git config --global --unset-all user.email
3937
git config --global user.name 'googlemaps-bot'
4038
git config --global user.email '[email protected]'
4139
- uses: actions/cache@v3

0 commit comments

Comments
 (0)