Skip to content

Commit

Permalink
Corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OakLoaf committed Sep 18, 2024
1 parent 1b5eac2 commit 6c84609
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 @@ -115,7 +115,7 @@ modrinth {
}
)
uploadFile.set(file("build/libs/${project.name}-${project.version}.jar"))
versionType.set(if (System.getenv("TAG_EXISTS") == "false") "release" else "false")
versionType.set(if (System.getenv("TAG_EXISTS") == "false") "release" else "alpha")
gameVersions.addAll(
"1.18", "1.18.1", "1.18.2",
"1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4",
Expand Down

0 comments on commit 6c84609

Please sign in to comment.