Commit 8ed536c 1 parent 06dfcc9 commit 8ed536c Copy full SHA for 8ed536c
File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,6 @@ if(project.hasProperty('release_type')) {
78
78
dependsOn(build)
79
79
finalizedBy(tasks. curseforge)
80
80
finalizedBy(tasks. modrinth)
81
- finalizedBy(tasks. githubRelease)
82
81
}
83
82
84
83
curseforge {
@@ -111,7 +110,7 @@ if(project.hasProperty('release_type')) {
111
110
projectId = System . getenv(" MODRINTH_PROJECT_ID" ) // This can be the project ID or the slug. Either will work!
112
111
changelog = changelog_last_section()
113
112
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
115
114
versionType = release_type // This is the default -- can also be `beta` or `alpha`
116
115
uploadFile = remapJar // With Loom, this MUST be set to `remapJar` instead of `jar`!
117
116
gameVersions = [" ${ rootProject.minecraft_version} " ] // Must be an array, even with only one version
You can’t perform that action at this time.
0 commit comments