Skip to content

Commit

Permalink
issues with publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
KosmX committed Apr 8, 2021
1 parent 4059639 commit ea3ff8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ if(keys_imported) {

task autoPublish {
dependsOn(':fabric:build', ':forge:build', ':bukkit:build')
//finalizedBy(tasks.githubRelease)
//finalizedBy(publishModrinth)
finalizedBy(tasks.githubRelease)
finalizedBy(publishModrinth)
finalizedBy(tasks.curseforge)
}
}

0 comments on commit ea3ff8f

Please sign in to comment.