[ci-skip] update release channel for hangar

This commit is contained in:
Ryder Belserion 2024-07-11 22:17:16 -04:00
parent 9ec385d902
commit 5f4110c2f2
No known key found for this signature in database

View File

@ -119,7 +119,7 @@ tasks {
version.set(rootProject.version as String)
channel.set(if (isSnapshot) "Snapshot" else "Release")
channel.set(if (isSnapshot) "Beta" else "Release")
changelog.set(content)