Skip to content

Commit

Permalink
Hopefully fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Jun 30, 2024
1 parent 55c71f2 commit dbeee3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ project.exec {
standardOutput = lastCommitMessage
}
publishMods {
file = tasks.jar
modLoaders.addAll('forge', 'neoforge')
getChangelog().set(lastCommitMessage.toString().trim())
github {
accessToken = providers.environmentVariable('MAVEN_USER')
Expand Down

0 comments on commit dbeee3e

Please sign in to comment.