From 0450774386e8a830a45c521d21d1727367656185 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=20M=C3=A9ndez?= <fmvilas@gmail.com>
Date: Mon, 28 Oct 2024 20:52:45 +0100
Subject: [PATCH] chore: final final release (#855)

---
 .github/workflows/release-with-changesets.yml | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/.github/workflows/release-with-changesets.yml b/.github/workflows/release-with-changesets.yml
index c4adad04b..1d679931d 100644
--- a/.github/workflows/release-with-changesets.yml
+++ b/.github/workflows/release-with-changesets.yml
@@ -84,19 +84,6 @@ jobs:
         uses: pnpm/action-setup@v3
         with:
           run_install: false
-      - if: steps.packagejson.outputs.exists == 'true'
-        name: Get pnpm store directory
-        shell: bash
-        run: |
-          echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
-      - if: steps.packagejson.outputs.exists == 'true'
-        uses: actions/cache@v4
-        name: Setup pnpm cache
-        with:
-          path: ${{ env.STORE_PATH }}
-          key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
-          restore-keys: |
-            ${{ runner.os }}-pnpm-store-
       - if: steps.packagejson.outputs.exists == 'true'
         name: Install dependencies
         shell: bash
@@ -104,7 +91,7 @@ jobs:
       - if: steps.packagejson.outputs.exists == 'true'
         name: Build dependency
         shell: bash
-        run: npm run build
+        run: pnpm run build
       - if: steps.packagejson.outputs.exists == 'true'
         name: Install changelog
         shell: bash