diff --git a/.github/workflows/deploy-common.yml b/.github/workflows/deploy-common.yml index 0b212b3ec..b5beed18d 100644 --- a/.github/workflows/deploy-common.yml +++ b/.github/workflows/deploy-common.yml @@ -42,6 +42,11 @@ jobs: with: version: 9 + - name: Get pnpm store directory + shell: bash + run: | + echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV + - uses: actions/cache@v3 name: Setup pnpm cache with: