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

Commit

Permalink
chore: stage modules (#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Oct 14, 2021
1 parent fd6fcd6 commit e813501
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .kokoro/release/stage.sh
Expand Up @@ -33,9 +33,4 @@ create_gradle_properties_file "${HOME}/.gradle/gradle.properties"
# This is a multi module project. Cannot publish directly to maven without
# resolving this issue https://github.com/gradle-nexus/publish-plugin/issues/19
# Might migrate to maven pom in the future.
if [[ -z "${AUTORELEASE_PR}" ]]
then
./gradlew publishToSonatype
else
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
fi
./gradlew publishToSonatype releaseSonatypeStagingRepository

0 comments on commit e813501

Please sign in to comment.