From ddc7651435a80a041d270c025a252fa1c9bccecd Mon Sep 17 00:00:00 2001 From: tastybento Date: Thu, 16 Jul 2026 21:34:09 -0700 Subject: [PATCH] ci: align CurseForge/Hangar game versions with Modrinth MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop 26.2 from publish.yml's game_versions — modrinth-publish.yml lists up to 26.1.2, and 26.1.2 is the latest version the jar is verified on. Also remove a stale copy-paste comment next to the non-blank hangar_slug and add the missing newline at end of file. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01Y6f59pxCkwS8QXtJSe1nq6 --- .github/workflows/publish.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8c6bbd8d..c276f0e6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,10 +21,11 @@ jobs: uses: bentoboxworld/.github/.github/workflows/publish-platforms.yml@ca2dcd167e8db4e0f671a976080744dda43801a6 # master with: use_release_asset: "true" # publish the jar attached to the release; do not rebuild - hangar_slug: "Level" # blank = skip Hangar + hangar_slug: "Level" curseforge_id: "1514824" - game_versions: "26.2,26.1.2,26.1.1,26.1,1.21.11,1.21.10,1.21.9,1.21.8,1.21.7,1.21.6,1.21.5" + # Keep in sync with the game-versions list in modrinth-publish.yml + game_versions: "26.1.2,26.1.1,26.1,1.21.11,1.21.10,1.21.9,1.21.8,1.21.7,1.21.6,1.21.5" version: ${{ inputs.version }} # empty on release events -> falls back to the release tag secrets: HANGAR_API_KEY: ${{ secrets.HANGAR_API_KEY }} - CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }} \ No newline at end of file + CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}