From da145c9d79b3e3d966872a40365cf3056d653fd8 Mon Sep 17 00:00:00 2001 From: Jason Pickens Date: Tue, 9 Mar 2021 20:55:20 +1300 Subject: [PATCH] Fix GitHub Workflow publish branches. Issue: #17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7824852..25e466b 100644 --- a/build.sbt +++ b/build.sbt @@ -78,7 +78,7 @@ inThisBuild( ), // TODO: #17 - Fix main snapshot release. //githubWorkflowPublishTargetBranches += RefPredicate.StartsWith(Ref.Tag("v")), - githubWorkflowPublishTargetBranches := RefPredicate.StartsWith(Ref.Tag("v")), + githubWorkflowPublishTargetBranches := List(RefPredicate.StartsWith(Ref.Tag("v"))), githubWorkflowTargetTags ++= List("v*"), pgpSigningKey := Some("0x8DB7DFA142551359!"), // This needs to be set otherwise the GitHub workflow plugin gets confused about which