diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b64191c1..fb81992c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |