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 cdb9a2e commit 3dda611
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 @@ -80,7 +80,7 @@ task sourceJar(type: Jar) {

static def trimChangelog(String changelog, int maxLength, boolean discordFormat) {
if(discordFormat) {
changelog = changelog.replaceAll(/## What's Changed\n/, '')
changelog = changelog.replaceAll(/## What's Changed\r?\n/, '')

changelog = changelog.replaceAll(/## New Contributors/, '**New Contributors**')
}
Expand Down

0 comments on commit 3dda611

Please sign in to comment.