Skip to content

Commit

Permalink
Ok modrinth you do you
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed Feb 14, 2022
1 parent 0bdd6da commit 17d7dfc
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 @@ -113,7 +113,7 @@ task modrinth(type: TaskModrinthUpload, dependsOn: remapJar) {
}
token = System.getenv('MODRINTH_TOKEN')
projectId = 'IiuFShHs'
versionNumber = "DeepslateCutting $project.version"
versionNumber = "$project.version"
versionName = "[$project.minecraft_version] v$project.version"
versionType = preRelease ? 'BETA' : 'RELEASE'
uploadFile = remapJar
Expand Down

0 comments on commit 17d7dfc

Please sign in to comment.