From 342a3ec0813a84b72ad154f47856c93e42d12f3f Mon Sep 17 00:00:00 2001 From: Sergio Rua Date: Tue, 17 Sep 2024 14:07:28 +0100 Subject: [PATCH] Remove cache --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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: |