We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ce57a commit 70a0b61Copy full SHA for 70a0b61
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 := 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