Skip to content

Commit

Permalink
Fix GitHub Workflow publish branches.
Browse files Browse the repository at this point in the history
Issue: #17
  • Loading branch information
steinybot committed Mar 9, 2021
1 parent 70a0b61 commit da145c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da145c9

Please sign in to comment.