Skip to content

Commit

Permalink
handle early upstream broken yarn versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Aug 4, 2023
1 parent f4e9afc commit 6ee5166
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
'1.11','1.11.1','1.11.2',
'1.12','1.12.1','1.12.2',
'1.13','1.13.1','1.13.2',

# Upstream broken yarns
'1.14','1.14.1','1.14.2','1.14.3','1.14.4'
]
env:
MC_VERSION: ${{ matrix.mc_version }}
Expand Down
34 changes: 33 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,36 @@ jobs:
"1.13.1-pre1","1.13.1-pre2","1.13.1",
"1.13.2-pre1","1.13.2-pre2",'1.13.2',

"18w43a"
"18w43a",

# Upstream broken yarns
"18w43b","18w43c","18w44a","18w45a","18w46a","18w47a","18w47b","18w48a","18w48b","18w49a",
"18w50a","19w02a","19w03a","19w03b","19w03c","19w04a","19w04b","19w05a","19w06a","19w07a",
"19w08a","19w08b","19w09a","19w11a","19w11b","19w12a","19w12b","19w13a","19w13b",

"3D Shareware v1.34",

"19w14a","19w14b",

"1.14 Pre-Release 1","1.14 Pre-Release 2","1.14 Pre-Release 3","1.14 Pre-Release 4","1.14 Pre-Release 5",

"1.14",

"1.14.1 Pre-Release 1","1.14.1 Pre-Release 2",

"1.14.1",

"1.14.2 Pre-Release 1","1.14.2 Pre-Release 2","1.14.2 Pre-Release 3","1.14.2 Pre-Release 4",

"1.14.2",

"1.14.3-pre1","1.14.3-pre2","1.14.3-pre3","1.14.3-pre4",

"1.14.3",

"1.14.4-pre1","1.14.4-pre2","1.14.4-pre3","1.14.4-pre4","1.14.4-pre5","1.14.4-pre6","1.14.4-pre7",

"1.14.4"
]
env:
MC_VERSION: ${{ matrix.mc_version }}
Expand All @@ -101,6 +130,9 @@ jobs:
'1.11','1.11.1','1.11.2',
'1.12','1.12.1','1.12.2',
'1.13','1.13.1','1.13.2',

# Upstream broken yarns
'1.14','1.14.1','1.14.2','1.14.3','1.14.4'
]
env:
MC_VERSION: ${{ matrix.mc_version }}
Expand Down
21 changes: 20 additions & 1 deletion .github/workflows/publish_others.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,26 @@ jobs:
"1.13.1-pre1","1.13.1-pre2",
"1.13.2-pre1","1.13.2-pre2",

"18w43a"
"18w43a",

# Upstream broken yarns
"18w43b","18w43c","18w44a","18w45a","18w46a","18w47a","18w47b","18w48a","18w48b","18w49a",
"18w50a","19w02a","19w03a","19w03b","19w03c","19w04a","19w04b","19w05a","19w06a","19w07a",
"19w08a","19w08b","19w09a","19w11a","19w11b","19w12a","19w12b","19w13a","19w13b",

"3D Shareware v1.34",

"19w14a","19w14b",

"1.14 Pre-Release 1","1.14 Pre-Release 2","1.14 Pre-Release 3","1.14 Pre-Release 4","1.14 Pre-Release 5",

"1.14.1 Pre-Release 1","1.14.1 Pre-Release 2",

"1.14.2 Pre-Release 1","1.14.2 Pre-Release 2","1.14.2 Pre-Release 3","1.14.2 Pre-Release 4",

"1.14.3-pre1","1.14.3-pre2","1.14.3-pre3","1.14.3-pre4",

"1.14.4-pre1","1.14.4-pre2","1.14.4-pre3","1.14.4-pre4","1.14.4-pre5","1.14.4-pre6","1.14.4-pre7"
]
env:
MC_VERSION: ${{ matrix.mc_version }}
Expand Down

0 comments on commit 6ee5166

Please sign in to comment.