Skip to content

Commit 70a0b61

Browse files
committed
Disable main snaphshot release.
Issue: #17
1 parent 53ce57a commit 70a0b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ inThisBuild(
7878
),
7979
// TODO: #17 - Fix main snapshot release.
8080
//githubWorkflowPublishTargetBranches += RefPredicate.StartsWith(Ref.Tag("v")),
81-
githubWorkflowPublishTargetBranches += RefPredicate.StartsWith(Ref.Tag("v")),
81+
githubWorkflowPublishTargetBranches := RefPredicate.StartsWith(Ref.Tag("v")),
8282
githubWorkflowTargetTags ++= List("v*"),
8383
pgpSigningKey := Some("0x8DB7DFA142551359!"),
8484
// This needs to be set otherwise the GitHub workflow plugin gets confused about which

0 commit comments

Comments
 (0)