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 70a0b61 commit da145c9Copy full SHA for da145c9
build.sbt
@@ -78,7 +78,7 @@ inThisBuild(
78
),
79
// TODO: #17 - Fix main snapshot release.
80
//githubWorkflowPublishTargetBranches += RefPredicate.StartsWith(Ref.Tag("v")),
81
- githubWorkflowPublishTargetBranches := RefPredicate.StartsWith(Ref.Tag("v")),
+ githubWorkflowPublishTargetBranches := List(RefPredicate.StartsWith(Ref.Tag("v"))),
82
githubWorkflowTargetTags ++= List("v*"),
83
pgpSigningKey := Some("0x8DB7DFA142551359!"),
84
// This needs to be set otherwise the GitHub workflow plugin gets confused about which
0 commit comments