Skip to content

Commit

Permalink
fix no staging repositories found issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Sriraam AS committed Jun 7, 2021
1 parent e23ab6f commit b6faf4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ inScope(Global)(Seq(
))

skip in publish := true
publishTo := sonatypePublishToBundle.value
publishTo := sonatypePublishToBundle.value
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6faf4f

Please sign in to comment.