We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bdde19 + f2f23af commit 589db91Copy full SHA for 589db91
1 file changed
.github/workflows/Publish.yml
@@ -9,6 +9,8 @@ env:
9
- main
10
paths:
11
- 'package.json'
12
+ - '.github/workflows/Publish.yml'
13
+
14
jobs:
15
build:
16
strategy:
@@ -476,7 +478,7 @@ jobs:
476
478
restore-keys: |
477
479
npm-cache-
480
- name: Install dependencies
- run: yarn install --ignore-scripts --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000
481
+ run: yarn install
482
- name: Download all artifacts
483
uses: actions/download-artifact@v3
484
with:
0 commit comments