From 8791305a6a7a6caedf7568e6a76d9a2c81c88d0d Mon Sep 17 00:00:00 2001 From: Eva Tatarka Date: Wed, 17 Apr 2024 12:52:58 -0700 Subject: [PATCH] ci: replace deprecated deploy step with run --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 972ead41..6712f1b9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,7 +36,8 @@ jobs: - gradle/collect_test_results: test_results_path: build/test-results reports_path: build/reports - - deploy: + - run: + name: Deploy command: | if [ "${CIRCLE_BRANCH}" == "main" ]; then echo "$MAVEN_CENTRAL_SEC_RING" | base64 -d > $HOME/secring.gpg @@ -69,7 +70,8 @@ jobs: - run: name: Build Apple command: ./gradlew buildApple - - deploy: + - run: + name: Deploy command: | if [ "${CIRCLE_BRANCH}" == "main" ]; then echo "$MAVEN_CENTRAL_SEC_RING" | base64 -D -o $HOME/secring.gpg