Skip to content

Commit

Permalink
update version type for modrinth
Browse files Browse the repository at this point in the history
  • Loading branch information
stanlystark committed Jun 19, 2023
1 parent d757a0b commit 9f9279e
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 @@ -78,7 +78,7 @@ modrinth {
token = System.getenv("MODRINTH_TOKEN") // This is the default. Remember to have the MODRINTH_TOKEN environment variable set or else this will fail, or set it to whatever you want - just make sure it stays private!
projectId = "O2DN3m2D" // This can be the project ID or the slug. Either will work!
versionNumber = project.mod_version // You don't need to set this manually. Will fail if Modrinth has this version already
versionType = "beta" // This is the default -- can also be `beta` or `alpha`
versionType = "release" // This is the default -- can also be `beta` or `alpha`
uploadFile = remapJar // With Loom, this MUST be set to `remapJar` instead of `jar`!
gameVersions = ["1.20.1"] // Must be an array, even with only one version
loaders = ["fabric"] // Must also be an array - no need to specify this if you're using Loom or ForgeGradle
Expand Down

0 comments on commit 9f9279e

Please sign in to comment.