Skip to content

Commit

Permalink
Sign only on release
Browse files Browse the repository at this point in the history
  • Loading branch information
VenomVendor committed Jun 21, 2024
1 parent 3c65e54 commit c4ea2e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/internal/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,7 @@ signing {
def signingPassword = findProperty("signingPassword") ?: System.getenv("SIGNING_PASSWORD")
useInMemoryPgpKeys(signingKeyId, signingKey, signingPassword)

required { isRelease }

sign publishing.publications.production
}

0 comments on commit c4ea2e7

Please sign in to comment.