Skip to content

Commit 0883c9e

Browse files
committed
fix(repo): disable turbo remote cache for release workflow
1 parent 1f43bf7 commit 0883c9e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,12 @@ jobs:
4545
uses: ./.github/actions/init
4646
with:
4747
playwright-enabled: true # Must be present to enable caching on branched workflows
48+
turbo-enabled: false # Release uses --force, so turbo cache is not needed
4849
# turbo-signature: ${{ secrets.TURBO_REMOTE_CACHE_SIGNATURE_KEY }}
4950
# turbo-team: ${{ vars.TURBO_TEAM }}
5051
# turbo-token: ${{ secrets.TURBO_TOKEN }}
52+
turbo-team: ""
53+
turbo-token: ""
5154

5255
- name: Upgrade npm for trusted publishing
5356
run: npm install -g npm@latest
@@ -412,5 +415,6 @@ jobs:
412415
uses: ./.github/actions/init
413416
with:
414417
node-version: ${{ matrix.version }}
418+
turbo-enabled: false
415419
turbo-team: ""
416420
turbo-token: ""

0 commit comments

Comments
 (0)