build: add gitea release workflow

This commit is contained in:
dmg
2026-01-22 22:31:29 -05:00
parent 3e9ce9c3c3
commit 3fc1e31fa8
8 changed files with 136 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ plugins {
}
group = "com.prometheus"
version = "0.1.0"
version = project.findProperty("version")?.toString() ?: "0.1.0"
repositories {
mavenCentral()