Skip to content

Commit e5050f7

Browse files
authored
Update build.gradle.kts
1 parent f67d6a5 commit e5050f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ if (!isRelease || isMainBranch) { // Only publish releases from the main branch
185185
channel.set(if (isRelease) "Release" else if (isMainBranch) "Snapshot" else "Alpha")
186186
changelog.set(changelogContent)
187187
apiKey.set(System.getenv("HANGAR_SECRET"))
188+
id.set("BetterGoPaint")
188189
platforms {
189190
register(Platforms.PAPER) {
190191
jar.set(tasks.shadowJar.flatMap { it.archiveFile })

0 commit comments

Comments
 (0)