Skip to content

Commit f975978

Browse files
authored
fix: Update release.yml (#197)
Removes a cache clearing step which might not have been causing issues, but is not ideal.
1 parent 3236c80 commit f975978

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,11 @@ jobs:
2828
env:
2929
GOOGLE_MAPS_JS_SAMPLES_KEY: "${{ secrets.GOOGLE_MAPS_JS_SAMPLES_KEY }}"
3030
steps:
31-
- name: Clear GitHub Actions Cache (Force a Miss)
32-
uses: actions/cache@v3
33-
with:
34-
path: ~/.gitconfig
35-
key: gitconfig-${{ github.run_id }}
36-
3731
- name: Checkout code
3832
uses: actions/checkout@v3
3933
with:
4034
token: ${{ secrets.GH_MERGE_TOKEN }}
4135
fetch-depth: 0
42-
43-
- name: Clear Git config cache
44-
run: |
45-
git config --global --unset-all user.name || true
46-
git config --global --unset-all user.email || true
4736

4837
- name: Set Git Identity
4938
run: |
@@ -56,7 +45,6 @@ jobs:
5645
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
5746
restore-keys: |
5847
${{ runner.os }}-node
59-
mode: 'max'
6048
6149
- uses: actions/setup-node@v3
6250
with:

0 commit comments

Comments
 (0)