mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-11-22 23:08:30 +01:00
Potentially fix Modrinth token caching
This commit is contained in:
parent
ed99655ed9
commit
cd80ee893c
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue