Skip to content

Commit 336297f

Browse files
authored
fix: Update release.yml (#132)
Re-introduce cache clearing lines to get a bead on what exactly is happening as my patience slowly but palpably erodes. Is there still coffee?
1 parent 4e69bb2 commit 336297f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ 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
3539
- name: Set Git Identity
3640
run: |
3741
git config --global user.name 'googlemaps-bot'

0 commit comments

Comments
 (0)