From 5b31ecbf85e0c138aab28040724a03920675b23a Mon Sep 17 00:00:00 2001 From: Alex Lavrov <36633600+alexslavr@users.noreply.github.com> Date: Tue, 12 May 2026 16:13:03 +0400 Subject: [PATCH] Stop using cache in publishing workflow --- .github/workflows/packages_publishing.yml | 26 ----------------------- 1 file changed, 26 deletions(-) diff --git a/.github/workflows/packages_publishing.yml b/.github/workflows/packages_publishing.yml index c349f81fd550..a6d1746663bb 100644 --- a/.github/workflows/packages_publishing.yml +++ b/.github/workflows/packages_publishing.yml @@ -42,19 +42,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 @@ -140,19 +127,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