Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
deps: release multiple artifacts at once (#1506)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Oct 13, 2021
1 parent 322be15 commit 8c022f6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .kokoro/release/stage.sh
Expand Up @@ -30,4 +30,9 @@ setup_environment_secrets
mkdir -p ${HOME}/.gradle
create_gradle_properties_file "${HOME}/.gradle/gradle.properties"

./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
./gradlew publishToSonatype

if [[ -n "${AUTORELEASE_PR}" ]]
then
./gradlew closeAndReleaseStagingRepository
fi

0 comments on commit 8c022f6

Please sign in to comment.