Skip to content

Commit a6fab7f

Browse files
committed
Merge branch 'master' into bugfix/loading_issue_at_1_20_server_because_provides
2 parents 0d8292e + ec457ad commit a6fab7f

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)