Skip to content

Commit 48e0ff0

Browse files
committed
Update publishing branch
1 parent d2ad3c3 commit 48e0ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ publishMods {
224224
file.set(fullJar.flatMap { it.archiveFile })
225225
changelog.set(providers.environmentVariable("CHANGELOG").orElse("# $version"))
226226
type.set(PUBLISH_RELEASE_TYPE.orElse("alpha").map(ReleaseType::of))
227-
modLoaders.add("forge")
227+
modLoaders.add("neoforge")
228228
dryRun.set(!providers.environmentVariable("CI").isPresent)
229229

230230
github {

0 commit comments

Comments
 (0)