Skip to content

Commit

Permalink
Fix: GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
xfl03 committed Feb 4, 2023
1 parent 54031b2 commit e538701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ curseforge {
}
gameVersionStrings.addAll(supportMinecraftVersions)
gameVersionStrings.addAll(curseForgeSpecialVersions)
changelog = System.getenv("CHANGE_LOG")
changelog = if (System.getenv("CHANGE_LOG") != null) System.getenv("CHANGE_LOG") else "dummy"
}
}

0 comments on commit e538701

Please sign in to comment.