Skip to content

Commit

Permalink
fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
jansorg committed Mar 1, 2023
1 parent 92a5a2e commit 69c4673
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 @@ -93,6 +93,10 @@ tasks { // disable building searchable options to speed up build, we currently d
})
}

downloadZipSigner {
enabled = false
}

publishPlugin {
dependsOn("patchChangelog")
token.set(System.getenv("PUBLISH_TOKEN"))
Expand Down

0 comments on commit 69c4673

Please sign in to comment.