Skip to content

Commit 2ddece8

Browse files
authored
ci: fix broken release workflow (#4630)
1 parent a828588 commit 2ddece8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77

88
env:
9-
TURBO_CACHE_KEY: ${{ matrix.os }}-${{ matrix.node-version }}
9+
TURBO_CACHE_KEY: ubuntu-latest-16 # reuse cache key from ci workflow
1010
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
1111
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
1212

0 commit comments

Comments
 (0)