diff --git a/build.gradle b/build.gradle index 9c9a113f..3e02f5b2 100644 --- a/build.gradle +++ b/build.gradle @@ -116,7 +116,7 @@ import com.modrinth.minotaur.TaskModrinthUpload task publishModrinth (type: TaskModrinthUpload){ onlyIf { def stage = version.version.stage.value - stage != null && stage.name != 'beta' + stage == null || stage.name != 'beta' } token = System.env.MODRINTH_KEY