aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-07-25 12:44:02 +0200
committeradamw <adam@warski.org>2017-07-25 12:44:02 +0200
commit6794bfb9c6096470ad43669ba7a9817d76d18f32 (patch)
tree72259ff96ca0fae397a88a3f6b81775baf70b4d5
parent249193e8a8fd649bcb495384bc5237774bc75bc4 (diff)
downloadsttp-0.0.1.1.tar.gz
sttp-0.0.1.1.tar.bz2
sttp-0.0.1.1.zip
Release processv0.0.1.1
-rw-r--r--project/SttpRelease.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/SttpRelease.scala b/project/SttpRelease.scala
index 9e96eb6..c4828f7 100644
--- a/project/SttpRelease.scala
+++ b/project/SttpRelease.scala
@@ -15,7 +15,7 @@ object SttpRelease {
updateVersionInReadme,
commitReleaseVersion,
tagRelease,
- ReleaseStep(action = Command.process("publishSigned", _)),
+ publishArtifacts,
setNextVersion,
commitNextVersion,
ReleaseStep(action = Command.process("sonatypeReleaseAll", _)),