mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-05 12:59:08 +01:00
lol the env variable was wrong but oh well
This commit is contained in:
parent
86adb22987
commit
2c8a615988
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ publishMods {
|
||||||
def cfToken = providers.environmentVariable("CF_TOKEN")
|
def cfToken = providers.environmentVariable("CF_TOKEN")
|
||||||
def mrToken = providers.environmentVariable("MR_TOKEN")
|
def mrToken = providers.environmentVariable("MR_TOKEN")
|
||||||
dryRun = !cfToken.isPresent() || !mrToken.isPresent()
|
dryRun = !cfToken.isPresent() || !mrToken.isPresent()
|
||||||
changelog = providers.environmentVariable("COMMIT_MESSAGE").orElse("")
|
changelog = providers.environmentVariable("CHANGELOG").orElse("")
|
||||||
version = mod_version
|
version = mod_version
|
||||||
type = me.modmuss50.mpp.ReleaseType.valueOf(mod_release_state)
|
type = me.modmuss50.mpp.ReleaseType.valueOf(mod_release_state)
|
||||||
file = jar.archiveFile
|
file = jar.archiveFile
|
||||||
|
|
Loading…
Reference in a new issue