3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-07-10 01:08:03 +02:00

Also publish dev branch builds to Hangar

Dieser Commit ist enthalten in:
Nassim Jahnke 2023-08-11 20:34:24 +10:00
Ursprung 2e8d6bcc9f
Commit 4fa985f131

Datei anzeigen

@ -84,7 +84,6 @@ modrinth {
} }
} }
if (isMainBranch) { // Don't spam releases until Hangar has per channel notifications
hangarPublish { hangarPublish {
publications.register("plugin") { publications.register("plugin") {
version.set(suffixedVersion) version.set(suffixedVersion)
@ -123,4 +122,3 @@ if (isMainBranch) { // Don't spam releases until Hangar has per channel notifica
} }
} }
} }
}