Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/Multiloader-1.19' into M…
Browse files Browse the repository at this point in the history
…ultiloader-1.18
  • Loading branch information
fayer3 committed Oct 10, 2023
2 parents ddcf3cd + 44a81a4 commit 5e7c425
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 5e7c425

Please sign in to comment.