Skip to content

Commit

Permalink
Fix modrinth version
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxNeedsSnacks committed Nov 5, 2023
1 parent e658a1b commit 7416e81
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 @@ -157,7 +157,7 @@ unifiedPublishing {
modrinth {
token = ENV.MODRINTH_TOKEN
id = project.modrinth_id
version = "$project.version+$project.name"
version = "$project.version+forge"
}
}
}
Expand Down

0 comments on commit 7416e81

Please sign in to comment.