Skip to content

Commit

Permalink
Change to release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbysco committed Jan 4, 2025
1 parent 154b9d4 commit fbfe8b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/curseforge.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if (System.getenv().CURSEFORGE_KEY) {
apiKey = System.getenv().CURSEFORGE_KEY
project {
id = project.curseforge_id
releaseType = "beta"
releaseType = "release"
addGameVersion "NeoForge"
addGameVersion "Forge"
addGameVersion "1.20"
Expand Down
2 changes: 1 addition & 1 deletion gradle/modrinth.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if (System.getenv().MODRINTH_KEY) {
modrinth {
token = System.getenv().MODRINTH_KEY
projectId = project.modrinth_id
versionType = "beta"
versionType = "release"
versionName = "${mod_name} ${mc_version}"
versionNumber = project.version
uploadFile = jar
Expand Down

0 comments on commit fbfe8b3

Please sign in to comment.