We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8b3c8 commit ec0af1fCopy full SHA for ec0af1f
ci-release.sbt
@@ -12,7 +12,10 @@ ThisBuild / githubWorkflowBuildPreamble += WorkflowStep.Sbt(
12
name = Some("Check formatting")
13
)
14
15
-ThisBuild / githubWorkflowPublishTargetBranches := Seq(RefPredicate.Equals(Ref.Branch("master")))
+ThisBuild / githubWorkflowPublishTargetBranches := List(
16
+ RefPredicate.StartsWith(Ref.Tag("v")),
17
+ RefPredicate.Equals(Ref.Branch("master"))
18
+)
19
ThisBuild / githubWorkflowPublish := Seq(
20
WorkflowStep.Sbt(
21
List("ciReleaseSonatype"),
0 commit comments