From 9bfef2bf1dc6edd8fcb2ec0bf74edf86892a5200 Mon Sep 17 00:00:00 2001 From: Nick Miyake Date: Mon, 10 Sep 2018 15:10:27 -0700 Subject: [PATCH] Fix CircleCI publish logic (#19) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9af06561..9db4d0df 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -97,7 +97,7 @@ jobs: - restore_cache: keys: - dist-{{ .Environment.CIRCLE_WORKFLOW_ID }}-{{ .Environment.CIRCLE_SHA1 }}-v1 - - run: ./godelw publish bintray --url https://api.bintray.com --subject palantir --repository releases --product godel-okgo-asset-golint --user "$BINTRAY_USERNAME" --password "$BINTRAY_PASSWORD" --publish --downloads-list + - run: ./godelw publish bintray --url https://api.bintray.com --subject palantir --repository releases --product godel-okgo-asset-golint --username "$BINTRAY_USERNAME" --password "$BINTRAY_PASSWORD" --publish --downloads-list ### Workflows ### requires_products: &requires_products