We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d8292e + ec457ad commit a6fab7fCopy full SHA for a6fab7f
build.gradle.kts
@@ -181,7 +181,7 @@ if (!isRelease || isMainBranch) { // Only publish releases from the main branch
181
}
182
hangarPublish {
183
publications.register("BetterGoPaint") {
184
- version.set(project.version.toString())
+ version.set(suffixedVersion)
185
channel.set(if (isRelease) "Release" else if (isMainBranch) "Snapshot" else "Alpha")
186
changelog.set(changelogContent)
187
apiKey.set(System.getenv("HANGAR_SECRET"))
0 commit comments