We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c881d commit 8ee4b08Copy full SHA for 8ee4b08
build.sbt
@@ -39,6 +39,7 @@ ThisBuild / githubWorkflowBuild := Seq(
39
commands = List("test", "runPluginVerifier", "packageArtifact")
40
),
41
)
42
+ThisBuild / githubWorkflowPublishCond := Some("startsWith(github.ref, 'refs/tags/v')")
43
ThisBuild / githubWorkflowPublish := Seq(
44
WorkflowStep.Sbt(
45
name = Some("Publish"),
0 commit comments