Skip to content

Commit 589db91

Browse files
authored
Merge pull request #11 from bvanjoi/next
release: 0.0.7
2 parents 7bdde19 + f2f23af commit 589db91

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/Publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ env:
99
- main
1010
paths:
1111
- 'package.json'
12+
- '.github/workflows/Publish.yml'
13+
1214
jobs:
1315
build:
1416
strategy:
@@ -476,7 +478,7 @@ jobs:
476478
restore-keys: |
477479
npm-cache-
478480
- name: Install dependencies
479-
run: yarn install --ignore-scripts --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000
481+
run: yarn install
480482
- name: Download all artifacts
481483
uses: actions/download-artifact@v3
482484
with:

0 commit comments

Comments
 (0)