mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2025-01-13 19:51:22 +01:00
chore(ci): Remove isDevBranch remains
This commit is contained in:
parent
d2e69771c5
commit
ff95908bf2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user