Skip to content

Commit ec457ad

Browse files
committed
Fix version upload to hangar
1 parent b662885 commit ec457ad

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
@@ -181,7 +181,7 @@ if (!isRelease || isMainBranch) { // Only publish releases from the main branch
181181
}
182182
hangarPublish {
183183
publications.register("BetterGoPaint") {
184-
version.set(project.version.toString())
184+
version.set(suffixedVersion)
185185
channel.set(if (isRelease) "Release" else if (isMainBranch) "Snapshot" else "Alpha")
186186
changelog.set(changelogContent)
187187
apiKey.set(System.getenv("HANGAR_SECRET"))

0 commit comments

Comments
 (0)