diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63a3a28..1916f91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,8 @@ jobs: run: pnpm install - name: Turborepo cache uses: dtinth/setup-github-actions-caching-for-turbo@v1 + with: + cache-prefix: snippetz - name: Build run: pnpm turbo build - name: Run tests diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03560c2..3ca72e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,6 +29,8 @@ jobs: run: pnpm install - name: Turborepo cache uses: dtinth/setup-github-actions-caching-for-turbo@v1 + with: + cache-prefix: snippetz - name: Build run: pnpm turbo build - name: Create Release Pull Request or Publish to npm