From a14150f074aca47bc337c82238ea4dbf969e119c Mon Sep 17 00:00:00 2001 From: Rodrigo Andres Ramirez Aguirre Date: Thu, 23 May 2024 14:43:15 -0500 Subject: [PATCH] fix: delete cache --- .github/workflows/release.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66c8cae..48292cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,16 +24,6 @@ jobs: with: node-version: '20.8.1' - - name: Cache dependencies - uses: actions/cache@v2 - with: - path: | - ~/.cache/yarn - **/node_modules - key: ${{ runner.os }}-build-${{ hashFiles('**/yarn.lock') }} - restore-keys: | - ${{ runner.os }}-build- - - name: Install Packages run: yarn install --frozen-lockfile shell: bash