Skip to content

Commit c61f136

Browse files
fix version name in publish
1 parent 4ab15f2 commit c61f136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ publishMods {
138138
file = tasks.remapJar.get().archiveFile
139139
changelog = "A changelog can be found at https://github.com/ViaVersion/ViaFabric/commits"
140140
version = rootProject.version.toString()
141-
displayName = "[${getBranch()}] ViaFabric $version"
141+
displayName = "[${getBranch()}] ViaFabric ${version.get()}"
142142
modLoaders.add("fabric")
143143
dryRun = providers.environmentVariable("CURSEFORGE_TOKEN").getOrNull() == null
144144

0 commit comments

Comments
 (0)