Skip to content

Commit 4985485

Browse files
committed
fix: CI release.yml
1 parent 7d85560 commit 4985485

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,10 @@ msPublishing {
172172
displayName.set("$versionWithoutMC for $loader $mcVersion")
173173

174174
changelog.set(
175-
file("CHANGELOG.md")
175+
file("../../CHANGELOG.md")
176176
.takeIf { it.exists() }
177177
?.readText()
178+
?: "No changelog provided."
178179
)
179180

180181
type = when {

0 commit comments

Comments
 (0)