diff --git a/.github/workflows/build-typescript-release.reusable.yaml b/.github/workflows/build-typescript-release.reusable.yaml index 10c64700d..bf6a003c5 100644 --- a/.github/workflows/build-typescript-release.reusable.yaml +++ b/.github/workflows/build-typescript-release.reusable.yaml @@ -95,7 +95,7 @@ jobs: - uses: Swatinem/rust-cache@v2 with: workspaces: engine - shared-key: engine-${{ github.job }}-${{ matrix._.target }} + shared-key: engine-${{ github.job }}-${{ matrix._.target }}-v2 cache-on-failure: true - name: PNPM Install