mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-25 03:55:20 +01:00
Add 1.21 to supported game versions.
No breaking changes between 1.20.6 and 1.21, so everything seems to be working as expected.
This commit is contained in:
parent
17317fa0ae
commit
70a46862b0
2
.github/workflows/publish-curseforge.yml
vendored
2
.github/workflows/publish-curseforge.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
|
|
||||||
echo 'Look up game version IDs'
|
echo 'Look up game version IDs'
|
||||||
game_version_type_id=1
|
game_version_type_id=1
|
||||||
game_version_names='"1.20","1.19","1.18","1.17","1.16","1.15","1.14","1.13"'
|
game_version_names='"1.21","1.20","1.19","1.18","1.17","1.16","1.15","1.14","1.13"'
|
||||||
|
|
||||||
type_condition="(.gameVersionTypeID == ${game_version_type_id})"
|
type_condition="(.gameVersionTypeID == ${game_version_type_id})"
|
||||||
name_condition="(.name | startswith(${game_version_names}))"
|
name_condition="(.name | startswith(${game_version_names}))"
|
||||||
|
3
.github/workflows/publish-hangar.yml
vendored
3
.github/workflows/publish-hangar.yml
vendored
@ -50,7 +50,8 @@ jobs:
|
|||||||
"1.17.x",
|
"1.17.x",
|
||||||
"1.18.x",
|
"1.18.x",
|
||||||
"1.19.x",
|
"1.19.x",
|
||||||
"1.20.x"
|
"1.20.x",
|
||||||
|
"1.21.x"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
pluginDependencies: {},
|
pluginDependencies: {},
|
||||||
|
Loading…
Reference in New Issue
Block a user