Skip to content

Commit fe67654

Browse files
committed
fix: fix ci
1 parent 5cc558e commit fe67654

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
uses: actions/cache@v3
173173
with:
174174
path: packages
175-
key: packages-${{ github.run_id }}
175+
key: packages-dist-${{ github.run_id }}
176176

177177
- name: Build app
178178
env:

0 commit comments

Comments
 (0)