Update action.yml

This commit is contained in:
Omar López 2023-02-28 07:05:39 -07:00 committed by GitHub
parent b6f6382f15
commit de3ec8b5d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ runs:
env:
cache-name: prod-build
key-1: ${{ inputs.node_version }}-${{ hashFiles('yarn.lock') }}
key-2: ${{ hashFiles('apps/**/**.[jt]sx?', 'packages/**/**.[jt]sx?') }}
key-2: ${{ hashFiles('apps/**.[jt]sx?', 'packages/**.[jt]sx?') }}
key-3: ${{ github.event.pull_request.number || github.ref }}
with:
path: |