Also publish dev branch builds to Hangar

This commit is contained in:
Nassim Jahnke 2023-08-11 20:33:47 +10:00
parent 1bf7962dc3
commit 7e53f55509

View File

@ -80,8 +80,7 @@ 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)
namespace("ViaVersion", "ViaVersion") namespace("ViaVersion", "ViaVersion")
@ -103,5 +102,4 @@ if (isMainBranch) { // Don't spam releases until Hangar has per channel notifica
} }
} }
} }
}
} }