Skip to content

Commit

Permalink
Fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisRev committed Jun 5, 2023
1 parent ea3c333 commit d9a3423
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,7 @@ tasks {

getByName("knitPrepare").dependsOn(getTasksByName("dokka", true))
}

tasks.withType<AbstractPublishToMaven> {
dependsOn(tasks.withType<Sign>())
}

0 comments on commit d9a3423

Please sign in to comment.