Fixes prod build hashing
https://github.com/actions/cache/issues/1125#issuecomment-1447688501pull/7438/head
parent
e018eb9ebe
commit
31599cdd26
|
@ -13,7 +13,7 @@ runs:
|
||||||
env:
|
env:
|
||||||
cache-name: prod-build
|
cache-name: prod-build
|
||||||
key-1: ${{ inputs.node_version }}-${{ hashFiles('yarn.lock') }}
|
key-1: ${{ inputs.node_version }}-${{ hashFiles('yarn.lock') }}
|
||||||
key-2: ${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
|
key-2: ${{ hashFiles('**/**.[jt]s', '**/**.[jt]sx') }}
|
||||||
key-3: ${{ github.event.pull_request.number || github.ref }}
|
key-3: ${{ github.event.pull_request.number || github.ref }}
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
|
Loading…
Reference in New Issue