From cd80ee893cb8c2c5e3482971395434a2b59831f7 Mon Sep 17 00:00:00 2001 From: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Thu, 30 Mar 2023 15:27:00 -0400 Subject: [PATCH] Potentially fix Modrinth token caching --- bootstrap/fabric/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/fabric/build.gradle.kts b/bootstrap/fabric/build.gradle.kts index af9c4547d..35270df80 100644 --- a/bootstrap/fabric/build.gradle.kts +++ b/bootstrap/fabric/build.gradle.kts @@ -94,6 +94,7 @@ tasks { } modrinth { + token.set(System.getenv("MODRINTH_TOKEN")) // Even though this is the default value, apparently this prevents GitHub Actions caching the token? projectId.set("wKkoqHrH") versionNumber.set(project.version as String + "-" + System.getenv("GITHUB_RUN_NUMBER")) versionType.set("beta")