Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit da145c9

Browse files
committedMar 9, 2021
Fix GitHub Workflow publish branches.
Issue: #17
1 parent 70a0b61 commit da145c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.sbt

Lines changed: 1 addition & 1 deletion
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 := List(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)
Please sign in to comment.