Skip to content

Commit

Permalink
Fix release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
LatvianModder committed Apr 29, 2024
1 parent f0d3ffc commit 810e679
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 @@ -137,7 +137,7 @@ remapJar {

unifiedPublishing {
project {
releaseType = rootProject.artifact_type
releaseType = "${ENV.RELEASE_TYPE ?: 'release'}"
gameVersions = Arrays.asList(rootProject.supported_versions.split(','))
gameLoaders = ["neoforge"]
displayName = "$mod_name NeoForge $project.version"
Expand Down

0 comments on commit 810e679

Please sign in to comment.