From 0bb6881152683f1f8baaf51b63d8e3cce3c14120 Mon Sep 17 00:00:00 2001 From: fmvilas Date: Mon, 28 Oct 2024 20:47:16 +0100 Subject: [PATCH] chore: final final release --- .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