diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 06694540..735ee552 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,8 +34,8 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Clear Git config cache run: | - git config --global --unset-all user.name - git config --global --unset-all user.email + git config --unset-all user.name + git config --unset-all user.email - name: Set Git Identity run: | git config --global user.name 'googlemaps-bot'