Skip to content

Commit 837f1fc

Browse files
authored
fix: Update release.yml (#127)
Adds config lines to remove previous settings. REVERT CHANGE ONCE THIS RUNS.
1 parent 961db5a commit 837f1fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ 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
3739
git config --global user.name 'googlemaps-bot'
3840
git config --global user.email '[email protected]'
3941
- uses: actions/cache@v3

0 commit comments

Comments
 (0)