Skip to content

Commit

Permalink
Modify sign condition
Browse files Browse the repository at this point in the history
  • Loading branch information
yidongnan committed Jun 6, 2020
1 parent 5d4a4cc commit d13017c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ publishing {
}

tasks.withType(Sign) {
onlyIf { project.ext.isReleaseVersion && gradle.taskGraph.hasTask("publish") }
onlyIf { project.ext.isReleaseVersion }
}

signing {
Expand Down

0 comments on commit d13017c

Please sign in to comment.