From 70a46862b093bfa57c204a66b115d3fe85d446d1 Mon Sep 17 00:00:00 2001 From: Andreas Troelsen Date: Mon, 22 Jul 2024 22:06:36 +0200 Subject: [PATCH] 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. --- .github/workflows/publish-curseforge.yml | 2 +- .github/workflows/publish-hangar.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-curseforge.yml b/.github/workflows/publish-curseforge.yml index 4cc6df1..5487035 100644 --- a/.github/workflows/publish-curseforge.yml +++ b/.github/workflows/publish-curseforge.yml @@ -37,7 +37,7 @@ jobs: echo 'Look up game version IDs' 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})" name_condition="(.name | startswith(${game_version_names}))" diff --git a/.github/workflows/publish-hangar.yml b/.github/workflows/publish-hangar.yml index 753419e..6f4dcb1 100644 --- a/.github/workflows/publish-hangar.yml +++ b/.github/workflows/publish-hangar.yml @@ -50,7 +50,8 @@ jobs: "1.17.x", "1.18.x", "1.19.x", - "1.20.x" + "1.20.x", + "1.21.x" ] }, pluginDependencies: {},