mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +01:00
Make sure the jar is published to modrinth on release
This commit is contained in:
parent
5d314b6cce
commit
793c882449
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue