Skip to content

Commit b2d6db2

Browse files
Remove project name from modrinth version
1 parent 244fe61 commit b2d6db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ unifiedPublishing {
235235
modrinth {
236236
token = ENV.MODRINTH_TOKEN
237237
id = project.modrinth_id
238-
version = "$project.version+$project.name"
238+
version = project.version
239239
}
240240
}
241241
}

0 commit comments

Comments
 (0)