Skip to content

Commit

Permalink
fix missing release of results module
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed May 21, 2024
1 parent 9c9d85b commit 77854be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ nmcp {
publishAggregation {
project(":bottomsheet")
project(":modalsheet")
project(":results")

val signingPropsFile = rootProject.file("release/signing.properties")
if (!signingPropsFile.exists()) return@publishAggregation
Expand Down

0 comments on commit 77854be

Please sign in to comment.