Skip to content

Commit

Permalink
fix version name in publish
Browse files Browse the repository at this point in the history
  • Loading branch information
creeper123123321 committed Jan 19, 2025
1 parent 4ab15f2 commit c61f136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ publishMods {
file = tasks.remapJar.get().archiveFile
changelog = "A changelog can be found at https://github.com/ViaVersion/ViaFabric/commits"
version = rootProject.version.toString()
displayName = "[${getBranch()}] ViaFabric $version"
displayName = "[${getBranch()}] ViaFabric ${version.get()}"
modLoaders.add("fabric")
dryRun = providers.environmentVariable("CURSEFORGE_TOKEN").getOrNull() == null

Expand Down

0 comments on commit c61f136

Please sign in to comment.