Skip to content

Commit

Permalink
fix missing publish step on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-kai committed Nov 28, 2024
1 parent 4223eb1 commit cd45b3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devops/publish-scala.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ if [[ "$CI_BRANCH_TAG" =~ ^v.*$ ]] ; then
"show credentials" \
"$VERSION_COMMAND clean" \
"$VERSION_COMMAND package" \
"$VERSION_COMMAND publishSigned"
"$VERSION_COMMAND publishSigned" \
"sonatypeBundleRelease"
else
sbt -batch -no-colors -v \
--java-home "$JAVA_HOME" \
Expand Down

0 comments on commit cd45b3f

Please sign in to comment.