Skip to content

Commit f0968c2

Browse files
committed
updagte github workflow to fetch the full history before zipping starterkits
1 parent e46d56b commit f0968c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/zip.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313

1414
- uses: actions/checkout@v2
1515
with:
16+
fetch-depth: 0
1617
ref: lab00-ess-starter
1718
- run: npm install --force
1819
- name: Zip Folder
@@ -27,6 +28,7 @@ jobs:
2728

2829
- uses: actions/checkout@v2
2930
with:
31+
fetch-depth: 0
3032
ref: lab250-reactive-starter
3133
- run: npm install --force
3234
- name: Zip Folder
@@ -41,6 +43,7 @@ jobs:
4143

4244
- uses: actions/checkout@v2
4345
with:
46+
fetch-depth: 0
4447
ref: lab300-deep-dive-starter
4548
- run: npm install --force
4649
- name: Zip Folder
@@ -55,6 +58,7 @@ jobs:
5558

5659
- uses: actions/checkout@v2
5760
with:
61+
fetch-depth: 0
5862
ref: lab400-enterprise-starter
5963
- run: npm install --force
6064
- name: Zip Folder
@@ -69,6 +73,7 @@ jobs:
6973

7074
- uses: actions/checkout@v2
7175
with:
76+
fetch-depth: 0
7277
ref: lab200-enterprise-starter
7378
- run: npm install --force
7479
- name: Zip Folder

0 commit comments

Comments
 (0)