diff --git a/build.sbt b/build.sbt index 926e395..273a95c 100644 --- a/build.sbt +++ b/build.sbt @@ -47,4 +47,4 @@ inScope(Global)(Seq( )) skip in publish := true -publishTo := sonatypePublishToBundle.value +publishTo := sonatypePublishToBundle.value \ No newline at end of file diff --git a/publish.sh b/publish.sh index 62a098f..64c56ac 100644 --- a/publish.sh +++ b/publish.sh @@ -3,7 +3,7 @@ set -e echo "$PGP_SECRET" | base64 --decode | gpg --import if [[ $GITHUB_REF == refs/tags/* ]]; then - command="; publishSigned; sonatypeReleaseAll" + command="; publishSigned; sonatypeOpen; sonatypeReleaseAll" else command="publishSigned" fi