Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-26 16:12:46 +01:00
Potentially fix Modrinth token caching
Dieser Commit ist enthalten in:
Ursprung
ed99655ed9
Commit
cd80ee893c
@ -94,6 +94,7 @@ tasks {
|
|||||||
}
|
}
|
||||||
|
|
||||||
modrinth {
|
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")
|
projectId.set("wKkoqHrH")
|
||||||
versionNumber.set(project.version as String + "-" + System.getenv("GITHUB_RUN_NUMBER"))
|
versionNumber.set(project.version as String + "-" + System.getenv("GITHUB_RUN_NUMBER"))
|
||||||
versionType.set("beta")
|
versionType.set("beta")
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren