Skip to content

Commit

Permalink
Show fabric release builds as beta on curseforge
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n committed Nov 19, 2022
1 parent 39f41e7 commit 294a11a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ allprojects {
curseforge {
token = cfToken
id = "633483" // Required, must be a string, ID of CurseForge project

if (project.name == "fabric" && releaseChannel == "release") {
// Use beta channel for Fabric releases on CurseForge, to separate from Forge builds
releaseType = "beta"
}
}
}

Expand Down

0 comments on commit 294a11a

Please sign in to comment.