mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-04-29 22:24:36 +02:00
build(Needs bump): depend on build task when publishing
This fixes the issue that no builds are generated
This commit is contained in:
parent
1d26e572f7
commit
139e7facac
@ -52,5 +52,6 @@ tasks {
|
||||
register<DefaultTask>("publish") {
|
||||
group = "publish"
|
||||
description = "Dummy task"
|
||||
dependsOn(build)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user