Skip to content

Commit

Permalink
Merge pull request #24 from last9/expressjs-cdk
Browse files Browse the repository at this point in the history
Fix release action error
  • Loading branch information
prathamesh-sonpatki authored Jul 14, 2023
2 parents 58990f3 + f1b341d commit ea1dfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-cdk-express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
path: ~/.npm
key:
${{ runner.os }}-build-${{ env.cache-name }}-${{
hashFiles('**/package-lock.json') }},
hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
Expand Down

0 comments on commit ea1dfe4

Please sign in to comment.