Skip to content

Commit d9a3423

Browse files
committed
Fix publish workflow
1 parent ea3c333 commit d9a3423

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

+4
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,7 @@ tasks {
6969

7070
getByName("knitPrepare").dependsOn(getTasksByName("dokka", true))
7171
}
72+
73+
tasks.withType<AbstractPublishToMaven> {
74+
dependsOn(tasks.withType<Sign>())
75+
}

0 commit comments

Comments
 (0)