Skip to content

Commit

Permalink
uncomment sign
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelprichardson committed Aug 25, 2023
1 parent f6e14c8 commit 919276d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase-storage/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@ signing {
val signingKey: String? by project
val signingPassword: String? by project
useInMemoryPgpKeys(signingKey, signingPassword)
// sign(publishing.publications)
sign(publishing.publications)
}

0 comments on commit 919276d

Please sign in to comment.