Skip to content

Commit 039e538

Browse files
committed
build: one more CF naming fix
1 parent 575de78 commit 039e538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def getMinorAndPatchFromMc() {
184184

185185
publishMods {
186186
dryRun = !providers.environmentVariable("CURSEFORGE_KEY").isPresent()
187-
displayName = "${mod_name} ${mod_version}"
187+
displayName = "${mod_name} ${project.version}"
188188
changelog = createChangelog(project)
189189
version = project.version
190190
file = jar.archiveFile

0 commit comments

Comments
 (0)