Skip to content

Commit

Permalink
correct release type for curseforge
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle committed Aug 6, 2023
1 parent e5ee261 commit 9ade3d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ tasks.register("curseforge", TaskPublishCurseForge) {

mainFile.changelogType = "markdown"
mainFile.changelog = System.getenv("CHANGELOG")
mainFile.releaseType = project.release_type

mainFile.addOptional "supplementaries"
mainFile.addOptional "quark"
Expand Down

0 comments on commit 9ade3d0

Please sign in to comment.