Skip to content

Commit

Permalink
chore: fix actions amplify-js build caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Sridhar committed Aug 10, 2023
1 parent 9073cba commit f7babac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/node-and-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
**/esm/
**/cjs/
**/packages/core/src/Platform/version.ts
key: ${{ runner.os }}-build-artifacts-${{ hashFiles('./amplify-js/yarn.lock') }}
key: ${{ runner.os }}-build-artifacts-${{ github.sha }}
restore-keys: |
${{ runner.os }}-build-artifacts-
env:
Expand Down

0 comments on commit f7babac

Please sign in to comment.