mirror of
https://github.com/packwiz/packwiz-installer.git
synced 2025-04-19 13:06:30 +02:00
Fix githubRelease as publish task dep
This commit is contained in:
parent
43873ac7f9
commit
f1ba5e4343
@ -138,7 +138,7 @@ tasks.githubRelease {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tasks.publish {
|
tasks.publish {
|
||||||
dependsOn(githubRelease)
|
dependsOn(tasks.githubRelease)
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.compileKotlin {
|
tasks.compileKotlin {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user