Skip to content

Commit 9c76052

Browse files
committed
Fix CF publishing
1 parent fcd6663 commit 9c76052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@ configure(subprojects.findAll {it.name == "forge" || it.name == "fabric"}) {
189189
apiKey = System.getenv("CURSEFORGE_TOKEN")
190190
project {
191191
id = "790626"
192-
changelog = file('CHANGELOG.md')
192+
changelog = file('../CHANGELOG.md')
193193
changelogType = "markdown"
194194
releaseType = isBeta ? "beta" : "release"
195-
addGameVersion project.name
195+
addGameVersion project.name.capitalize()
196196
gameVersionStrings.addAll(supported_minecraft_versions.tokenize(","))
197197
mainArtifact remapJar
198198
}

0 commit comments

Comments
 (0)