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