3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-07-05 23:28: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,8 +84,7 @@ modrinth {
}
}
if (isMainBranch) { // Don't spam releases until Hangar has per channel notifications
hangarPublish {
hangarPublish {
publications.register("plugin") {
version.set(suffixedVersion)
namespace("ViaVersion", "ViaBackwards")
@ -122,5 +121,4 @@ if (isMainBranch) { // Don't spam releases until Hangar has per channel notifica
}
}
}
}
}