Skip to content

Commit

Permalink
Update publishing branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Aug 8, 2024
1 parent d2ad3c3 commit 48e0ff0
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 @@ -224,7 +224,7 @@ publishMods {
file.set(fullJar.flatMap { it.archiveFile })
changelog.set(providers.environmentVariable("CHANGELOG").orElse("# $version"))
type.set(PUBLISH_RELEASE_TYPE.orElse("alpha").map(ReleaseType::of))
modLoaders.add("forge")
modLoaders.add("neoforge")
dryRun.set(!providers.environmentVariable("CI").isPresent)

github {
Expand Down

0 comments on commit 48e0ff0

Please sign in to comment.