diff --git a/.circleci/config.yml b/.circleci/config.yml index f47bcf010..b4f7f6e71 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -119,7 +119,7 @@ jobs: - deploy: name: Publish to Maven Central command: | - if [[ $CIRCLE_BRANCH == master ]]; then + if [[ $CIRCLE_BRANCH == long-term-support ]]; then make publish-core ; make publish-telem ; elif [[ $CIRCLE_TAG == telem-* ]]; then @@ -145,7 +145,7 @@ jobs: name: Check & Publish Binary Size command: | binary_path="libtelemetry/build/outputs/aar/libtelemetry-full-release.aar" - if [[ $CIRCLE_BRANCH == master ]] || [[ $CIRCLE_BRANCH == release-* ]]; then + if [[ $CIRCLE_BRANCH == long-term-support ]] || [[ $CIRCLE_BRANCH == release-* ]]; then ./scripts/capture_binary_size_for_aws.sh $binary_path "mapbox-events-android" else ./scripts/check_binary_size.sh $binary_path "Telemetry-AAR"