aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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