Skip to content

Commit

Permalink
Remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
digiserg committed Sep 17, 2024
1 parent d0a57a2 commit 342a3ec
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 342a3ec

Please sign in to comment.