Skip to content

Commit

Permalink
build(.github): better cleanup caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Dec 30, 2020
1 parent 7520e0f commit 02746df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ jobs:

- name: Cache npm
uses: actions/cache@v2
id: cache-npm
id: cache-npm-clean
with:
key: npm-cleanup-${{ runner.os }}
key: npm-clean-${{ runner.os }}
path: ~/.npm
restore-keys: npm-${{ runner.os }}-

- name: Remove any erroneous dist tags
run: |
Expand Down

0 comments on commit 02746df

Please sign in to comment.