Skip to content

Commit

Permalink
fix release publishing
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
IThundxr committed May 26, 2024
1 parent 61b5e27 commit bb3cd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ fun hasUnstaged(): Boolean {
tasks.create("numismaticsPublish") {
when (val platform = System.getenv("PLATFORM")) {
"both" -> {
dependsOn(tasks.build, tasks.publish, ":fabric:publishMods", ":forge:publishMods")
dependsOn(tasks.build, ":fabric:publish", ":forge:publish", ":common:publish", ":fabric:publishMods", ":forge:publishMods")
}
"fabric", "forge" -> {
dependsOn("${platform}:build", "${platform}:publish", "${platform}:publishMods")
Expand Down

0 comments on commit bb3cd98

Please sign in to comment.