We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2e282 commit adf979dCopy full SHA for adf979d
1 file changed
.circleci/config.yml
@@ -89,7 +89,7 @@ jobs:
89
- deploy:
90
name: "Publish"
91
command: |
92
- if [ "${CIRCLE_BRANCH}" == "project-updates" ];
+ if [ "${CIRCLE_BRANCH}" == "master" ];
93
then
94
./misc/download_google_publisher_json.sh;
95
./gradlew publish;
0 commit comments