Skip to content

Commit 6535f44

Browse files
authored
fix: Update release.yml (#135)
Adds a command to clear the actions cache. Note that it's important that it is run prior to checkout!
1 parent abac449 commit 6535f44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +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 }}
3136
- name: Checkout code
3237
uses: actions/checkout@v3
3338
with:

0 commit comments

Comments
 (0)