Skip to content

Commit bf0c1be

Browse files
committed
Fix bintray release
1 parent caaa11c commit bf0c1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ credentials += Credentials(Path.userHome / ".bintray" / ".credentials")
1212
licenses := Seq("MIT" -> url("http://opensource.org/licenses/MIT"))
1313
homepage := Some(url("https://github.com/colisweb/sbt-datadog"))
1414
bintrayOrganization := Some("colisweb")
15-
bintrayReleaseOnPublish := false
15+
bintrayReleaseOnPublish := true
1616
publishMavenStyle := false

0 commit comments

Comments
 (0)