Skip to content

Commit

Permalink
add loader to modrinth version
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle committed Mar 1, 2022
1 parent 55c754d commit 989ac70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ import com.modrinth.minotaur.dependencies.ModDependency
if (ENV.MODRINTH_TOKEN) modrinth {
projectId = modrinth_project_id

versionNumber = version
versionNumber = "fabric-${version}"
versionType = release_type
uploadFile = remapJar.archiveFile
changelog = ENV.CHANGELOG
Expand Down
2 changes: 1 addition & 1 deletion Forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ import com.modrinth.minotaur.dependencies.ModDependency
if (ENV.MODRINTH_TOKEN) modrinth {
projectId = modrinth_project_id

versionNumber = version
versionNumber = "forge-${version}"
versionType = release_type
uploadFile = jar.archiveFile
changelog = ENV.CHANGELOG
Expand Down

0 comments on commit 989ac70

Please sign in to comment.