Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
acodili-jg authored Jul 26, 2023
1 parent c845ec3 commit 85d846e
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 @@ -95,7 +95,7 @@ modrinth {

versionName = "Still Clouds ${project.version}"
versionType = System.env.MODRINTH_VERSION_TYPE ?: 'release'
versionNumber = "project.version+${System.env.MODRINTH_VERSION_METADATA}"
versionNumber = "project.version${System.env.MODRINTH_VERSION_METADATA}"

changelog = System.env.MODRINTH_CHANGELOG ?: ''
dependencies {
Expand Down

0 comments on commit 85d846e

Please sign in to comment.