Skip to content

Commit

Permalink
ci: fix broken release workflow (#4630)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg authored Apr 15, 2022
1 parent a828588 commit 2ddece8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master

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

Expand Down

0 comments on commit 2ddece8

Please sign in to comment.