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