We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648f250 commit fee5f8fCopy full SHA for fee5f8f
1 file changed
.github/workflows/build.yml
@@ -35,6 +35,7 @@ jobs:
35
with:
36
global-json-file: global.json
37
cache: 'true'
38
+ cache-dependency-path: '**/package-lock.json'
39
40
- name: Set Default TAG
41
run: echo "TAG=v0.0.0" >> $GITHUB_ENV
0 commit comments