Skip to content

Commit 410d289

Browse files
committed
ci(release): hash new lockfile for dependency caching
1 parent 31e5cf7 commit 410d289

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
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/cache@v4
3131
with:
3232
path: '**/node_modules'
33-
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
33+
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
3434
restore-keys: ${{ runner.os }}-bun-
3535

3636
- name: Setup Bun

0 commit comments

Comments
 (0)