From 89fdecc6ab12d11e9a3212d1c056f75906d94931 Mon Sep 17 00:00:00 2001 From: Ingwersaft Date: Mon, 9 Mar 2020 09:35:46 +0100 Subject: [PATCH] feat(CI): trigger proper publish task from publish job --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e9b1ac4..93cd825 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -70,6 +70,7 @@ jobs: # fallback to using the latest cache if no exact match is found - v1-dependencies- - run: ./gradlew versionDisplay + - run: ./gradlew publishPlugins - save_cache: paths: - ~/.gradle