Skip to content

Commit 24776df

Browse files
committed
fixup!: fix yarn key
1 parent bfb6c01 commit 24776df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/cache@v3
4141
with:
4242
path: "**/node_modules"
43-
key: yarn-build-${{ hashFiles('**yarn.lock') }}
43+
key: yarn-build-${{ hashFiles('**/yarn.lock') }}
4444
restore-keys: |
4545
yarn-build-
4646
@@ -110,7 +110,7 @@ jobs:
110110
uses: actions/cache@v3
111111
with:
112112
path: "**/node_modules"
113-
key: yarn-build-${{ hashFiles('**yarn.lock') }}
113+
key: yarn-build-${{ hashFiles('**/yarn.lock') }}
114114
restore-keys: |
115115
yarn-build-
116116

0 commit comments

Comments
 (0)