Skip to content

Commit

Permalink
lol the env variable was wrong but oh well
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed Nov 4, 2024
1 parent 86adb22 commit 2c8a615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ publishMods {
def cfToken = providers.environmentVariable("CF_TOKEN")
def mrToken = providers.environmentVariable("MR_TOKEN")
dryRun = !cfToken.isPresent() || !mrToken.isPresent()
changelog = providers.environmentVariable("COMMIT_MESSAGE").orElse("")
changelog = providers.environmentVariable("CHANGELOG").orElse("")
version = mod_version
type = me.modmuss50.mpp.ReleaseType.valueOf(mod_release_state)
file = jar.archiveFile
Expand Down

0 comments on commit 2c8a615

Please sign in to comment.