Skip to content

Commit 042a073

Browse files
committed
Fix CI on the fork not working
1 parent b858386 commit 042a073

File tree

2 files changed

+61
-7
lines changed

2 files changed

+61
-7
lines changed

.github/workflows/ci.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323
submodules: true
24+
fetch-tags: true
2425
- uses: VirtusLab/scala-cli-setup@v1
2526
with:
2627
jvm: "temurin:17"
@@ -59,6 +60,7 @@ jobs:
5960
with:
6061
fetch-depth: 0
6162
submodules: true
63+
fetch-tags: true
6264
- uses: VirtusLab/scala-cli-setup@v1
6365
with:
6466
jvm: "temurin:17"
@@ -87,6 +89,7 @@ jobs:
8789
with:
8890
fetch-depth: 0
8991
submodules: true
92+
fetch-tags: true
9093
- uses: VirtusLab/scala-cli-setup@v1
9194
with:
9295
jvm: "temurin:17"
@@ -112,6 +115,7 @@ jobs:
112115
with:
113116
fetch-depth: 0
114117
submodules: true
118+
fetch-tags: true
115119
- uses: VirtusLab/scala-cli-setup@v1
116120
with:
117121
jvm: "temurin:17"
@@ -137,6 +141,7 @@ jobs:
137141
with:
138142
fetch-depth: 0
139143
submodules: true
144+
fetch-tags: true
140145
- uses: VirtusLab/scala-cli-setup@v1
141146
with:
142147
jvm: "temurin:17"
@@ -162,6 +167,7 @@ jobs:
162167
with:
163168
fetch-depth: 0
164169
submodules: true
170+
fetch-tags: true
165171
- uses: VirtusLab/scala-cli-setup@v1
166172
with:
167173
jvm: "temurin:17"
@@ -187,6 +193,7 @@ jobs:
187193
with:
188194
fetch-depth: 0
189195
submodules: true
196+
fetch-tags: true
190197
- uses: VirtusLab/scala-cli-setup@v1
191198
with:
192199
jvm: "temurin:17"
@@ -214,6 +221,7 @@ jobs:
214221
with:
215222
fetch-depth: 0
216223
submodules: true
224+
fetch-tags: true
217225
- uses: VirtusLab/scala-cli-setup@v1
218226
with:
219227
jvm: "temurin:17"
@@ -247,6 +255,7 @@ jobs:
247255
with:
248256
fetch-depth: 0
249257
submodules: true
258+
fetch-tags: true
250259
- uses: VirtusLab/scala-cli-setup@v1
251260
with:
252261
jvm: "temurin:17"
@@ -280,6 +289,7 @@ jobs:
280289
with:
281290
fetch-depth: 0
282291
submodules: true
292+
fetch-tags: true
283293
- uses: VirtusLab/scala-cli-setup@v1
284294
with:
285295
jvm: "temurin:17"
@@ -313,6 +323,7 @@ jobs:
313323
with:
314324
fetch-depth: 0
315325
submodules: true
326+
fetch-tags: true
316327
- uses: VirtusLab/scala-cli-setup@v1
317328
with:
318329
jvm: "temurin:17"
@@ -346,6 +357,7 @@ jobs:
346357
with:
347358
fetch-depth: 0
348359
submodules: true
360+
fetch-tags: true
349361
- uses: VirtusLab/scala-cli-setup@v1
350362
with:
351363
jvm: "temurin:17"
@@ -378,6 +390,7 @@ jobs:
378390
with:
379391
fetch-depth: 0
380392
submodules: true
393+
fetch-tags: true
381394
- uses: VirtusLab/scala-cli-setup@v1
382395
with:
383396
apps: ""
@@ -401,6 +414,7 @@ jobs:
401414
with:
402415
fetch-depth: 0
403416
submodules: true
417+
fetch-tags: true
404418
- uses: VirtusLab/scala-cli-setup@v1
405419
with:
406420
jvm: "temurin:17"
@@ -430,6 +444,7 @@ jobs:
430444
with:
431445
fetch-depth: 0
432446
submodules: true
447+
fetch-tags: true
433448
- uses: VirtusLab/scala-cli-setup@v1
434449
with:
435450
jvm: "temurin:17"
@@ -465,6 +480,7 @@ jobs:
465480
with:
466481
fetch-depth: 0
467482
submodules: true
483+
fetch-tags: true
468484
- uses: VirtusLab/scala-cli-setup@v1
469485
with:
470486
jvm: "temurin:17"
@@ -500,6 +516,7 @@ jobs:
500516
with:
501517
fetch-depth: 0
502518
submodules: true
519+
fetch-tags: true
503520
- uses: VirtusLab/scala-cli-setup@v1
504521
with:
505522
jvm: "temurin:17"
@@ -535,6 +552,7 @@ jobs:
535552
with:
536553
fetch-depth: 0
537554
submodules: true
555+
fetch-tags: true
538556
- uses: VirtusLab/scala-cli-setup@v1
539557
with:
540558
jvm: "temurin:17"
@@ -570,6 +588,7 @@ jobs:
570588
with:
571589
fetch-depth: 0
572590
submodules: true
591+
fetch-tags: true
573592
- uses: VirtusLab/scala-cli-setup@v1
574593
with:
575594
jvm: "temurin:17"
@@ -604,6 +623,7 @@ jobs:
604623
with:
605624
fetch-depth: 0
606625
submodules: true
626+
fetch-tags: true
607627
- uses: VirtusLab/scala-cli-setup@v1
608628
with:
609629
jvm: "https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-22.2.0/graalvm-ce-java17-darwin-aarch64-22.2.0.tar.gz"
@@ -738,6 +758,7 @@ jobs:
738758
with:
739759
fetch-depth: 0
740760
submodules: true
761+
fetch-tags: true
741762
- uses: VirtusLab/scala-cli-setup@v1
742763
with:
743764
jvm: "https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-22.2.0/graalvm-ce-java17-darwin-aarch64-22.2.0.tar.gz"
@@ -807,6 +828,7 @@ jobs:
807828
with:
808829
fetch-depth: 0
809830
submodules: true
831+
fetch-tags: true
810832
- uses: VirtusLab/scala-cli-setup@v1
811833
with:
812834
jvm: "temurin:17"
@@ -839,6 +861,7 @@ jobs:
839861
with:
840862
fetch-depth: 0
841863
submodules: true
864+
fetch-tags: true
842865
- name: Set up Python
843866
uses: actions/setup-python@v5
844867
with:
@@ -880,6 +903,7 @@ jobs:
880903
with:
881904
fetch-depth: 0
882905
submodules: true
906+
fetch-tags: true
883907
- name: Set up Python
884908
uses: actions/setup-python@v5
885909
with:
@@ -921,6 +945,7 @@ jobs:
921945
with:
922946
fetch-depth: 0
923947
submodules: true
948+
fetch-tags: true
924949
- name: Set up Python
925950
uses: actions/setup-python@v5
926951
with:
@@ -962,6 +987,7 @@ jobs:
962987
with:
963988
fetch-depth: 0
964989
submodules: true
990+
fetch-tags: true
965991
- name: Set up Python
966992
uses: actions/setup-python@v5
967993
with:
@@ -1003,6 +1029,7 @@ jobs:
10031029
with:
10041030
fetch-depth: 0
10051031
submodules: true
1032+
fetch-tags: true
10061033
- name: Set up Python
10071034
uses: actions/setup-python@v5
10081035
with:
@@ -1043,6 +1070,7 @@ jobs:
10431070
with:
10441071
fetch-depth: 0
10451072
submodules: true
1073+
fetch-tags: true
10461074
- uses: VirtusLab/scala-cli-setup@v1
10471075
with:
10481076
jvm: "temurin:17"
@@ -1067,6 +1095,7 @@ jobs:
10671095
with:
10681096
fetch-depth: 0
10691097
submodules: true
1098+
fetch-tags: true
10701099
- uses: VirtusLab/scala-cli-setup@v1
10711100
with:
10721101
jvm: "temurin:17"
@@ -1114,6 +1143,7 @@ jobs:
11141143
with:
11151144
fetch-depth: 0
11161145
submodules: true
1146+
fetch-tags: true
11171147
- uses: VirtusLab/scala-cli-setup@v1
11181148
with:
11191149
jvm: "temurin:17"
@@ -1147,6 +1177,7 @@ jobs:
11471177
with:
11481178
fetch-depth: 0
11491179
submodules: true
1180+
fetch-tags: true
11501181
- uses: VirtusLab/scala-cli-setup@v1
11511182
with:
11521183
jvm: "temurin:17"
@@ -1180,6 +1211,7 @@ jobs:
11801211
with:
11811212
fetch-depth: 0
11821213
submodules: true
1214+
fetch-tags: true
11831215
- uses: VirtusLab/scala-cli-setup@v1
11841216
with:
11851217
jvm: "temurin:17"
@@ -1213,6 +1245,7 @@ jobs:
12131245
with:
12141246
fetch-depth: 0
12151247
submodules: true
1248+
fetch-tags: true
12161249
- uses: VirtusLab/scala-cli-setup@v1
12171250
with:
12181251
jvm: "temurin:17"
@@ -1246,6 +1279,7 @@ jobs:
12461279
with:
12471280
fetch-depth: 0
12481281
submodules: true
1282+
fetch-tags: true
12491283
- uses: VirtusLab/scala-cli-setup@v1
12501284
with:
12511285
jvm: "temurin:17"
@@ -1270,6 +1304,7 @@ jobs:
12701304
with:
12711305
fetch-depth: 0
12721306
submodules: true
1307+
fetch-tags: true
12731308
- uses: VirtusLab/scala-cli-setup@v1
12741309
with:
12751310
jvm: "temurin:17"
@@ -1317,6 +1352,7 @@ jobs:
13171352
with:
13181353
fetch-depth: 0
13191354
submodules: true
1355+
fetch-tags: true
13201356
- uses: VirtusLab/scala-cli-setup@v1
13211357
with:
13221358
jvm: "temurin:17"
@@ -1352,6 +1388,7 @@ jobs:
13521388
with:
13531389
fetch-depth: 0
13541390
submodules: true
1391+
fetch-tags: true
13551392
- uses: VirtusLab/scala-cli-setup@v1
13561393
with:
13571394
jvm: "temurin:17"
@@ -1387,6 +1424,7 @@ jobs:
13871424
with:
13881425
fetch-depth: 0
13891426
submodules: true
1427+
fetch-tags: true
13901428
- uses: VirtusLab/scala-cli-setup@v1
13911429
with:
13921430
jvm: "temurin:17"
@@ -1422,6 +1460,7 @@ jobs:
14221460
with:
14231461
fetch-depth: 0
14241462
submodules: true
1463+
fetch-tags: true
14251464
- uses: VirtusLab/scala-cli-setup@v1
14261465
with:
14271466
jvm: "temurin:17"
@@ -1456,6 +1495,7 @@ jobs:
14561495
with:
14571496
fetch-depth: 0
14581497
submodules: true
1498+
fetch-tags: true
14591499
- uses: VirtusLab/scala-cli-setup@v1
14601500
with:
14611501
jvm: "zulu:17"
@@ -1484,6 +1524,7 @@ jobs:
14841524
with:
14851525
fetch-depth: 0
14861526
submodules: true
1527+
fetch-tags: true
14871528
- uses: VirtusLab/scala-cli-setup@v1
14881529
with:
14891530
jvm: "temurin:17"
@@ -1509,6 +1550,7 @@ jobs:
15091550
with:
15101551
fetch-depth: 0
15111552
submodules: true
1553+
fetch-tags: true
15121554
- uses: VirtusLab/scala-cli-setup@v1
15131555
with:
15141556
jvm: "temurin:17"
@@ -1523,6 +1565,7 @@ jobs:
15231565
with:
15241566
fetch-depth: 0
15251567
submodules: true
1568+
fetch-tags: true
15261569
- uses: VirtusLab/scala-cli-setup@v1
15271570
with:
15281571
jvm: "temurin:17"
@@ -1543,6 +1586,7 @@ jobs:
15431586
with:
15441587
fetch-depth: 0
15451588
submodules: true
1589+
fetch-tags: true
15461590
- uses: VirtusLab/scala-cli-setup@v1
15471591
with:
15481592
jvm: "temurin:17"
@@ -1565,6 +1609,7 @@ jobs:
15651609
with:
15661610
fetch-depth: 0
15671611
submodules: true
1612+
fetch-tags: true
15681613
- uses: VirtusLab/scala-cli-setup@v1
15691614
with:
15701615
jvm: "temurin:17"
@@ -1580,6 +1625,7 @@ jobs:
15801625
with:
15811626
fetch-depth: 0
15821627
submodules: true
1628+
fetch-tags: true
15831629
- uses: VirtusLab/scala-cli-setup@v1
15841630
with:
15851631
jvm: "temurin:17"
@@ -1600,6 +1646,7 @@ jobs:
16001646
with:
16011647
fetch-depth: 0
16021648
submodules: true
1649+
fetch-tags: true
16031650
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_SCALA_CLI }}
16041651
- uses: VirtusLab/scala-cli-setup@v1
16051652
with:
@@ -1680,6 +1727,7 @@ jobs:
16801727
with:
16811728
fetch-depth: 0
16821729
submodules: true
1730+
fetch-tags: true
16831731
- uses: VirtusLab/scala-cli-setup@v1
16841732
with:
16851733
jvm: "temurin:17"
@@ -1741,6 +1789,7 @@ jobs:
17411789
with:
17421790
fetch-depth: 0
17431791
submodules: true
1792+
fetch-tags: true
17441793
- uses: VirtusLab/scala-cli-setup@v1
17451794
with:
17461795
jvm: "temurin:17"
@@ -1826,6 +1875,7 @@ jobs:
18261875
with:
18271876
fetch-depth: 0
18281877
submodules: true
1878+
fetch-tags: true
18291879
- uses: VirtusLab/scala-cli-setup@v1
18301880
with:
18311881
jvm: "temurin:17"

0 commit comments

Comments
 (0)