Skip to content

Commit adf979d

Browse files
committed
fix publish step in buildscript
1 parent 0a2e282 commit adf979d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- deploy:
9090
name: "Publish"
9191
command: |
92-
if [ "${CIRCLE_BRANCH}" == "project-updates" ];
92+
if [ "${CIRCLE_BRANCH}" == "master" ];
9393
then
9494
./misc/download_google_publisher_json.sh;
9595
./gradlew publish;

0 commit comments

Comments
 (0)