Skip to content

Commit

Permalink
Bikeshedding
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge authored Jan 2, 2022
1 parent 22fcf4b commit c5de24d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ object TypelevelSonatypeCiReleasePlugin extends AutoPlugin {
"SONATYPE_PASSWORD" -> s"$${{ secrets.SONATYPE_PASSWORD }}"
),
githubWorkflowPublishTargetBranches := {
val snapshots =
val branches =
tlCiReleaseBranches.value.map(b => RefPredicate.Equals(Ref.Branch(b)))

val tags =
Expand All @@ -55,7 +55,7 @@ object TypelevelSonatypeCiReleasePlugin extends AutoPlugin {
else
Seq.empty

tags ++ snapshots
tags ++ branches
},
githubWorkflowTargetTags += "v*",
githubWorkflowPublish := Seq(
Expand Down

0 comments on commit c5de24d

Please sign in to comment.