Skip to content

Commit

Permalink
Github workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Swedz committed Sep 17, 2024
1 parent afa2233 commit cdb9a2e
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 @@ -127,10 +127,10 @@ tasks.register('buildChangelog') {
def changelog = System.getenv("MOD_CHANGELOG")

def changelogTrimmedDiscord = trimChangelog(changelog, 1024, true)
githubEnvFile.append("MOD_CHANGELOG_TRIMMED_DISCORD=${changelogTrimmedDiscord}\n")
githubEnvFile.append("MOD_CHANGELOG_TRIMMED_DISCORD<<EOF\n${changelogTrimmedDiscord}\nEOF\n")

def changelogTrimmedPublish = trimChangelog(changelog, 0, false)
githubEnvFile.append("MOD_CHANGELOG_TRIMMED_PUBLISH=${changelogTrimmedPublish}\n")
githubEnvFile.append("MOD_CHANGELOG_TRIMMED_PUBLISH<<EOF\n${changelogTrimmedPublish}\nEOF\n")
}
}

Expand Down

0 comments on commit cdb9a2e

Please sign in to comment.