Skip to content

Commit 377e574

Browse files
committed
fix cache key
1 parent 59ebf52 commit 377e574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
${{ github.workspace }}/packages/serverless/dist-awslambda-layer/*.zip
2323
2424
# BUILD_CACHE_KEY: ${{ github.sha }}
25-
BUILD_CACHE_KEY: ${{ "kmclb-test" }}
25+
BUILD_CACHE_KEY: "kmclb-test"
2626

2727
jobs:
2828
job_install_deps:

0 commit comments

Comments
 (0)