mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-15 00:14:28 -04:00
Fix publishMods dryRun
This commit is contained in:
parent
0ba8e9ce03
commit
a336222d5a
1 changed files with 1 additions and 1 deletions
|
@ -733,7 +733,7 @@ publishMods {
|
|||
type = project.prerelease == "true" ? BETA : STABLE
|
||||
displayName = "[${project.minecraft_version}] Fabric API $project.version"
|
||||
modLoaders.add("fabric")
|
||||
dryRun = providers.environmentVariable("GITHUB_TOKEN").getOrNull() == null
|
||||
dryRun = providers.environmentVariable("CURSEFORGE_API_KEY").getOrNull() == null
|
||||
|
||||
curseforge {
|
||||
accessToken = providers.environmentVariable("CURSEFORGE_API_KEY")
|
||||
|
|
Loading…
Add table
Reference in a new issue