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 d12d4cc commit c87766dCopy full SHA for c87766d
.github/workflows/ci.yml
@@ -12,6 +12,7 @@ on:
12
branches: ['**']
13
push:
14
15
+ tags: [v*]
16
17
env:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
build.sbt
@@ -58,6 +58,7 @@ pomExtra := {
58
MetaInfLicenseCopy.settings
59
60
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec(Zulu, "8"))
61
+ThisBuild / githubWorkflowTargetTags ++= Seq("v*")
62
ThisBuild / githubWorkflowPublishTargetBranches := Seq(
63
RefPredicate.Equals(Ref.Branch("main")),
64
RefPredicate.StartsWith(Ref.Tag("v"))
0 commit comments