Skip to content

Commit

Permalink
Fix incorrect CF release type
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jun 22, 2024
1 parent 1eaddc7 commit b763a68
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 @@ -239,6 +239,7 @@ task publishCurseForge(type: net.darkhax.curseforgegradle.TaskPublishCurseForge)
def projectId = "232758" // my project url is http://minecraft.curseforge.com/mc-mods/232758/

def mainFile = upload(projectId, jar)
mainFile.releaseType = 'release'
mainFile.changelogType = "text"
mainFile.changelog = file("resources/changelog/${project.minecraft_version}-${project.version}.txt")
mainFile.addGameVersion(project.minecraft_version)
Expand Down

0 comments on commit b763a68

Please sign in to comment.