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 fee5f8f commit 2893b3aCopy full SHA for 2893b3a
1 file changed
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
with:
36
global-json-file: global.json
37
cache: 'true'
38
- cache-dependency-path: '**/package-lock.json'
+ cache-dependency-path: '**/packages.lock.json'
39
40
- name: Set Default TAG
41
run: echo "TAG=v0.0.0" >> $GITHUB_ENV
0 commit comments