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