Skip to content

Commit 90f53f1

Browse files
committedMar 9, 2021
Disable main snaphshot release.
Issue: #17
1 parent cf2cf9d commit 90f53f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ inThisBuild(
7676
)
7777
)
7878
),
79+
// TODO: #17 - Fix main snapshot release.
80+
//githubWorkflowPublishTargetBranches += RefPredicate.StartsWith(Ref.Tag("v")),
7981
githubWorkflowPublishTargetBranches += RefPredicate.StartsWith(Ref.Tag("v")),
8082
githubWorkflowTargetTags ++= List("v*"),
8183
pgpSigningKey := Some("0x8DB7DFA142551359!"),

0 commit comments

Comments
 (0)
Please sign in to comment.