aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-12-04 02:48:04 -0800
committerJakob Odersky <jakob@odersky.com>2016-12-04 02:48:04 -0800
commit6c371ba6d69c891c1f0d6df00bb643e1d543cc9d (patch)
tree096cfa379e6767a54aa970b346d5cafc4410594e
parent043883cea995d14d61b6ce765a8e83d502031a9b (diff)
downloadakka-serial-6c371ba6d69c891c1f0d6df00bb643e1d543cc9d.tar.gz
akka-serial-6c371ba6d69c891c1f0d6df00bb643e1d543cc9d.tar.bz2
akka-serial-6c371ba6d69c891c1f0d6df00bb643e1d543cc9d.zip
Release artifacts after publishing
-rwxr-xr-x.ci/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/build b/.ci/build
index 1d668d8..10edc63 100755
--- a/.ci/build
+++ b/.ci/build
@@ -34,5 +34,5 @@ EOF
# Build and publish
sbt clean
sbt -Drelease=true +test
- sbt -Drelease=true +publishSigned
+ sbt -Drelease=true +publishSigned sonatypeRelease
fi