We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af87ed commit 687cf51Copy full SHA for 687cf51
site/src/main/scala/org/typelevel/sbt/TypelevelSitePlugin.scala
@@ -159,7 +159,7 @@ object TypelevelSitePlugin extends AutoPlugin {
159
val tlSitePublishTagsV = tlSitePublishTags.value
160
val tlSitePublishBranchV = tlSitePublishBranch.value
161
162
- tlSitePublishTagsV -> tlSitePublishBranchV match {
+ (tlSitePublishTagsV, tlSitePublishBranchV) match {
163
case (true, Some(_)) =>
164
sys.error(
165
s"'tlSitePublishTags' setting is set to 'true' which conflicts with 'tlSitePublishBranch' which is non-empty. " +
0 commit comments