Skip to content

Commit 8ed536c

Browse files
committed
Update publish
1 parent 06dfcc9 commit 8ed536c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

neoforge/build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ if(project.hasProperty('release_type')) {
7878
dependsOn(build)
7979
finalizedBy(tasks.curseforge)
8080
finalizedBy(tasks.modrinth)
81-
finalizedBy(tasks.githubRelease)
8281
}
8382

8483
curseforge {
@@ -111,7 +110,7 @@ if(project.hasProperty('release_type')) {
111110
projectId = System.getenv("MODRINTH_PROJECT_ID") // This can be the project ID or the slug. Either will work!
112111
changelog = changelog_last_section()
113112
versionName = "${project.version}"
114-
versionNumber = "${project.version}-fabric" // You don't need to set this manually. Will fail if Modrinth has this version already
113+
versionNumber = "${project.version}-neoforge" // You don't need to set this manually. Will fail if Modrinth has this version already
115114
versionType = release_type // This is the default -- can also be `beta` or `alpha`
116115
uploadFile = remapJar // With Loom, this MUST be set to `remapJar` instead of `jar`!
117116
gameVersions = ["${rootProject.minecraft_version}"] // Must be an array, even with only one version

0 commit comments

Comments
 (0)