diff --git a/.github/workflows/packages_publishing.yml b/.github/workflows/packages_publishing.yml index 72518095075e..733cc34f42a1 100644 --- a/.github/workflows/packages_publishing.yml +++ b/.github/workflows/packages_publishing.yml @@ -47,15 +47,6 @@ jobs: run: | echo "PNPM_STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - - uses: actions/cache@v4 - name: Setup pnpm cache - with: - path: | - ${{ env.PNPM_STORE_PATH }} - key: ${{ runner.os }}-pnpm-cache-${{ hashFiles('**/pnpm-lock.yaml') }} - restore-keys: | - ${{ runner.os }}-pnpm-cache - - name: Install dependencies run: pnpm install --frozen-lockfile @@ -141,20 +132,6 @@ jobs: with: run_install: false - - name: Get pnpm store directory - shell: bash - run: | - echo "PNPM_STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - - - uses: actions/cache@v4 - name: Setup pnpm cache - with: - path: | - ${{ env.PNPM_STORE_PATH }} - key: ${{ runner.os }}-pnpm-cache-${{ hashFiles('**/pnpm-lock.yaml') }} - restore-keys: | - ${{ runner.os }}-pnpm-cache - - name: Install dependencies run: pnpm install --frozen-lockfile