chore(ci): Remove isDevBranch remains

This commit is contained in:
Sekwah 2021-06-27 19:11:16 +01:00
parent d2e69771c5
commit ff95908bf2
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ task curseforge {
uploadMetadata.changelog = "${project.github}/blob/${branch}/CHANGELOG.md"
uploadMetadata.changelogType = "markdown"
uploadMetadata.releaseType = isDevBranch ? "beta" : "release"
uploadMetadata.releaseType = "release"
uploadMetadata.gameVersions = supportedGameVersionIds
def uploadId = uploadFile(uploadMetadata, file(jar.archiveFile), apiKey, gson)