From 72371ea1680b5c835ea555263385013ece055000 Mon Sep 17 00:00:00 2001 From: John Plaisted Date: Fri, 26 Feb 2021 12:29:24 -0800 Subject: [PATCH] Stop publishing to bintray. Minimal PR so its easy to rollback if needed. Once we're ok with this we can delete all the bintray code in a follow up. --- .github/actions/release/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/release/action.yml b/.github/actions/release/action.yml index d67a1a394..66b442d22 100644 --- a/.github/actions/release/action.yml +++ b/.github/actions/release/action.yml @@ -14,5 +14,5 @@ runs: shell: bash - run: ./gradlew build publishToMavenLocal bintrayUploadAll artifactoryPublish -Pbintray.dryRun -Partifactory.dryRun shell: bash - - run: ./gradlew ciPerformRelease + - run: ./gradlew ciPerformRelease -Pbintray.dryRun # Stop publishing to bintray shell: bash \ No newline at end of file