Skip to content

Commit e5c5fcf

Browse files
authored
fix: Update release.yml
Removes the cache thing because clearly that was insanity.
1 parent 80f41d9 commit e5c5fcf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ jobs:
3232
uses: actions/checkout@v3
3333
with:
3434
token: ${{ secrets.GITHUB_TOKEN }}
35-
- name: Clear Git config cache
36-
run: |
37-
git config --global --unset-all user.name
38-
git config --global --unset-all user.email
3935
- name: Set Git Identity
4036
run: |
4137
git config --global user.name 'googlemaps-bot'

0 commit comments

Comments
 (0)