Also publish dev branch builds to Hangar

This commit is contained in:
Nassim Jahnke 2023-08-11 20:34:24 +10:00
parent 2e8d6bcc9f
commit 4fa985f131

View File

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