Skip to content

Commit

Permalink
chore(ci): Remove isDevBranch remains
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Jun 27, 2021
1 parent d2e6977 commit ff95908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ff95908

Please sign in to comment.