Skip to content

Commit

Permalink
Ensure correct naming when publishing to Modrinth
Browse files Browse the repository at this point in the history
  • Loading branch information
der_frühling committed Apr 3, 2024
1 parent 6675bc6 commit 148811f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ publishing {
modrinth {
token = System.getenv("MODRINTH_TOKEN")
projectId = "create-train-perspective"
versionName = "Create: Train Perspective v${mod_version} (Fabric/Quilt)"
versionNumber = "${mod_version}+fabric"
versionType = modrinth_version_type
uploadFile = remapJar
Expand Down
1 change: 1 addition & 0 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ publishing {
modrinth {
token = System.getenv("MODRINTH_TOKEN")
projectId = "create-train-perspective"
versionName = "Create: Train Perspective v${mod_version} (Forge/NeoForge)"
versionNumber = "${mod_version}+forge"
versionType = modrinth_version_type
uploadFile = remapJar
Expand Down

0 comments on commit 148811f

Please sign in to comment.