Skip to content

Commit

Permalink
chore: Change Order of Statements
Browse files Browse the repository at this point in the history
  • Loading branch information
wba2hi committed Nov 27, 2023
1 parent d3966ef commit 070467c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildSrc/src/main/kotlin/publish.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,12 @@ afterEvaluate {
}

signing {
useGpgCmd()

val signingKey = System.getenv("ORG_GPG_PRIVATE_KEY")
val signingPassword = System.getenv("ORG_GPG_PASSPHRASE")
useInMemoryPgpKeys(signingKey, signingPassword)

useGpgCmd()
sign(publishing.publications)
}
}
Expand Down

0 comments on commit 070467c

Please sign in to comment.