Skip to content

Commit f674d7f

Browse files
committed
cache-build not skipping
1 parent 3cbbead commit f674d7f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ runs:
99
steps:
1010
- name: Cache production build
1111
uses: actions/cache@v3
12+
id: cache-build
1213
env:
1314
cache-name: prod-build
1415
key-1: ${{ inputs.node_version }}-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)