Skip to content

Commit de3ec8b

Browse files
authored
Update action.yml
1 parent b6f6382 commit de3ec8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/cache-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
env:
1414
cache-name: prod-build
1515
key-1: ${{ inputs.node_version }}-${{ hashFiles('yarn.lock') }}
16-
key-2: ${{ hashFiles('apps/**/**.[jt]sx?', 'packages/**/**.[jt]sx?') }}
16+
key-2: ${{ hashFiles('apps/**.[jt]sx?', 'packages/**.[jt]sx?') }}
1717
key-3: ${{ github.event.pull_request.number || github.ref }}
1818
with:
1919
path: |

0 commit comments

Comments
 (0)