build(Needs bump): depend on build task when publishing

This fixes the issue that no builds are generated
This commit is contained in:
oSumAtrIX 2023-08-24 18:09:25 +02:00
parent 1d26e572f7
commit 139e7facac
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 1 additions and 0 deletions

View File

@ -52,5 +52,6 @@ tasks {
register<DefaultTask>("publish") {
group = "publish"
description = "Dummy task"
dependsOn(build)
}
}