aboutsummaryrefslogtreecommitdiff
path: root/.ci/build
diff options
context:
space:
mode:
authorJakob Odersky <jakob@driver.xyz>2018-08-22 13:33:00 -0700
committerJakob Odersky <jakob@driver.xyz>2018-08-22 13:33:00 -0700
commit13e6925f7e99846345969a5189b331b4c663c7c1 (patch)
tree9e74622a7f3241924e5e557b1990e6cd708a23d4 /.ci/build
parent99b6eed0573e05a3eb09784e638d78b5d3064d02 (diff)
downloadsbt-settings-13e6925f7e99846345969a5189b331b4c663c7c1.tar.gz
sbt-settings-13e6925f7e99846345969a5189b331b4c663c7c1.tar.bz2
sbt-settings-13e6925f7e99846345969a5189b331b4c663c7c1.zip
Upgrade sbt and fix publish procedure
Diffstat (limited to '.ci/build')
-rwxr-xr-x.ci/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/build b/.ci/build
index ac6f5d7..e8ee185 100755
--- a/.ci/build
+++ b/.ci/build
@@ -31,6 +31,6 @@ EOF
# Publish and release
sbt \
- publishSigned \
+ publish \
sonatypeRelease
fi