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 cf2cf9d commit 90f53f1Copy full SHA for 90f53f1
build.sbt
@@ -76,6 +76,8 @@ inThisBuild(
76
)
77
78
),
79
+ // TODO: #17 - Fix main snapshot release.
80
+ //githubWorkflowPublishTargetBranches += RefPredicate.StartsWith(Ref.Tag("v")),
81
githubWorkflowPublishTargetBranches += RefPredicate.StartsWith(Ref.Tag("v")),
82
githubWorkflowTargetTags ++= List("v*"),
83
pgpSigningKey := Some("0x8DB7DFA142551359!"),
0 commit comments