fix wrong release name
CI Publish / Validate Gradle Wrapper (push) Successful in 12s
CI Publish / Build artifacts and release (push) Failing after 15s

This commit is contained in:
Aria Moradi
2022-02-19 05:38:04 +03:30
parent 1176092fc6
commit 454de23844
+1 -1
View File
@@ -14,7 +14,7 @@ const val MainClass = "suwayomi.tachidesk.MainKt"
// should be bumped with each stable release
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.6.1"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "911"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r911"
// counts commits on the master branch
val tachideskRevision = runCatching {