Skip to content

Commit

Permalink
use the game versions specified in the mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
fayer3 committed Oct 10, 2023
1 parent 7dd257d commit 3abe1c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
version-type: "${{ steps.version.outputs.RELEASE_TYPE }}"

loaders: "${{ steps.version.outputs.LOADERS_FABRIC }}"
game-versions: "${{ steps.version.outputs.FABRIC_MC_VERSIONS }}"
#game-versions: "${{ steps.version.outputs.FABRIC_MC_VERSIONS }}"

- name: publish forge
if: steps.assets.outputs.FORGE_FILE_PATH != ''
Expand All @@ -219,7 +219,7 @@ jobs:
version-type: "${{ steps.version.outputs.RELEASE_TYPE }}"

loaders: "${{ steps.version.outputs.LOADERS_FORGE}}"
game-versions: "${{ steps.version.outputs.FORGE_MC_VERSIONS }}"
#game-versions: "${{ steps.version.outputs.FORGE_MC_VERSIONS }}"

- name: publish quilt
if: steps.assets.outputs.QUILT_FILE_PATH != ''
Expand All @@ -239,7 +239,7 @@ jobs:
version-type: "${{ steps.version.outputs.RELEASE_TYPE }}"

loaders: "${{ steps.version.outputs.LOADERS_QUILT}}"
game-versions: "${{ steps.version.outputs.QUILT_MC_VERSIONS }}"
#game-versions: "${{ steps.version.outputs.QUILT_MC_VERSIONS }}"

# update forge versions json
- name: checkout repo forge-versions
Expand Down

0 comments on commit 3abe1c7

Please sign in to comment.