Skip to content

Commit

Permalink
Mfw
Browse files Browse the repository at this point in the history
  • Loading branch information
enjarai committed Oct 6, 2024
1 parent e6f9dfc commit 7215375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ stonecutter {
publishMods {
val modrinthToken = findProperty("enjaraiModrinthToken")
val curseforgeToken = findProperty("enjaraiCurseforgeToken")
val githubToken = findProperty("enjaraiGithubToken tTEST")
val githubToken = findProperty("enjaraiGithubToken")
dryRun = modrinthToken == null || curseforgeToken == null || githubToken == null

file = tasks.remapJar.get().archiveFile
Expand Down

0 comments on commit 7215375

Please sign in to comment.