We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbbead commit f674d7fCopy full SHA for f674d7f
1 file changed
.github/actions/cache-build/action.yml
@@ -9,6 +9,7 @@ runs:
9
steps:
10
- name: Cache production build
11
uses: actions/cache@v3
12
+ id: cache-build
13
env:
14
cache-name: prod-build
15
key-1: ${{ inputs.node_version }}-${{ hashFiles('yarn.lock') }}
0 commit comments