Skip to content

Commit

Permalink
publish for neoforge
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Aug 23, 2023
1 parent a109cd9 commit 01555b2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ jobs:
version-type: ${{ needs.build.outputs.RELEASE_TYPE }}
changelog-file: output/changelog.md

loaders: forge
loaders: |
forge
neoforge
game-versions: ${{ needs.build.outputs.MINECRAFT_VERSION }}
java: ${{ env.JAVA_VERSION }}

Expand Down Expand Up @@ -186,7 +188,9 @@ jobs:
version-type: ${{ needs.build.outputs.RELEASE_TYPE }}
changelog-file: output/changelog.md

loaders: forge
loaders: |
forge
neoforge
game-versions: ${{ needs.build.outputs.MINECRAFT_VERSION }}
java: ${{ env.JAVA_VERSION }}

Expand Down

0 comments on commit 01555b2

Please sign in to comment.