3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-11-19 14:30:16 +01:00

Also publish dev branch builds to Hangar

Dieser Commit ist enthalten in:
Nassim Jahnke 2023-08-11 20:33:47 +10:00
Ursprung 1bf7962dc3
Commit 7e53f55509

Datei anzeigen

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