Skip to content

Commit 01555b2

Browse files
committed
publish for neoforge
1 parent a109cd9 commit 01555b2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/release.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,9 @@ jobs:
152152
version-type: ${{ needs.build.outputs.RELEASE_TYPE }}
153153
changelog-file: output/changelog.md
154154

155-
loaders: forge
155+
loaders: |
156+
forge
157+
neoforge
156158
game-versions: ${{ needs.build.outputs.MINECRAFT_VERSION }}
157159
java: ${{ env.JAVA_VERSION }}
158160

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

189-
loaders: forge
191+
loaders: |
192+
forge
193+
neoforge
190194
game-versions: ${{ needs.build.outputs.MINECRAFT_VERSION }}
191195
java: ${{ env.JAVA_VERSION }}
192196

0 commit comments

Comments
 (0)