Skip to content

Commit

Permalink
Remove cache. Closes #429
Browse files Browse the repository at this point in the history
  • Loading branch information
digiserg committed Sep 17, 2024
1 parent e9b6af2 commit 74ef1ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20.17.0
cache: 'npm'

# - name: Clear npm cache
# run: npm cache clean --force
- name: Clear npm cache
run: npm cache clean --force

- name: Get credits and add them to the database
run: |
Expand Down

0 comments on commit 74ef1ce

Please sign in to comment.