Skip to content

Commit 80f41d9

Browse files
authored
fix: Update release.yml (#130)
Adds code to clear cache prior to running workflow.
1 parent c471765 commit 80f41d9

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)