From a039cca283d9b14c88d8e4f5ea4f6548d6e411c6 Mon Sep 17 00:00:00 2001 From: moonleay Date: Thu, 9 May 2024 05:04:30 +0200 Subject: [PATCH] ci: updated modrinth publishing Signed-off-by: moonleay --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8948842..efaf729 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -219,7 +219,7 @@ modrinth { uploadFile.set(tasks.remapJar) // With Loom, this MUST be set to `remapJar` instead of `jar`! gameVersions.addAll(listOf(project.ext["minecraft.version"] as String)) // Must be an array, even with only one version loaders.add("fabric") // Must also be an array - no need to specify this if you're using Loom or ForgeGradle - description = System.getenv("GIT_TAG") ?: "Could not get tag description" + changelog.set(System.getenv("GIT_TAG") ?: "Could not get tag description") dependencies { // A special DSL for creating dependencies // scope.type // The scope can be `required`, `optional`, `incompatible`, or `embedded`