Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/loading_issue_at_1_20_server_becaus…
Browse files Browse the repository at this point in the history
…e_provides
  • Loading branch information
TheMeinerLP committed May 12, 2024
2 parents 0d8292e + ec457ad commit a6fab7f
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 @@ -181,7 +181,7 @@ if (!isRelease || isMainBranch) { // Only publish releases from the main branch
}
hangarPublish {
publications.register("BetterGoPaint") {
version.set(project.version.toString())
version.set(suffixedVersion)
channel.set(if (isRelease) "Release" else if (isMainBranch) "Snapshot" else "Alpha")
changelog.set(changelogContent)
apiKey.set(System.getenv("HANGAR_SECRET"))
Expand Down

0 comments on commit a6fab7f

Please sign in to comment.