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 ddf5ea2 commit 7a9223f
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 @@ -169,7 +169,7 @@ unifiedPublishing {
modrinth {
token = ENV.MODRINTH_TOKEN
id = project.modrinth_id
version = "$project.version+$project.name"
version = "$project.version"
}
}
}
Expand Down

0 comments on commit 7a9223f

Please sign in to comment.