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 }}