Potentially fix Modrinth token caching

This commit is contained in:
Camotoy 2023-03-30 15:27:00 -04:00
parent ed99655ed9
commit cd80ee893c
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
1 changed files with 1 additions and 0 deletions

View File

@ -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")