Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Apr 8, 2022
1 parent bd6dca9 commit b82c65d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ open class OpenFeedback(val project: Project) {

if (ref?.startsWith("refs/tags/") == true) {
project.logger.log(LogLevel.LIFECYCLE, "Deploying release to OssStaging...")
publishIfNeeded.dependsOn(project.tasks.named"publishAllPublicationsToOssStagingRepository")
publishIfNeeded.dependsOn(project.tasks.named("publishAllPublicationsToOssStagingRepository"))
}
}
}
Expand Down

0 comments on commit b82c65d

Please sign in to comment.