Skip to content

Commit 8791305

Browse files
committed
ci: replace deprecated deploy step with run
1 parent 0836bdb commit 8791305

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
- gradle/collect_test_results:
3737
test_results_path: build/test-results
3838
reports_path: build/reports
39-
- deploy:
39+
- run:
40+
name: Deploy
4041
command: |
4142
if [ "${CIRCLE_BRANCH}" == "main" ]; then
4243
echo "$MAVEN_CENTRAL_SEC_RING" | base64 -d > $HOME/secring.gpg
@@ -69,7 +70,8 @@ jobs:
6970
- run:
7071
name: Build Apple
7172
command: ./gradlew buildApple
72-
- deploy:
73+
- run:
74+
name: Deploy
7375
command: |
7476
if [ "${CIRCLE_BRANCH}" == "main" ]; then
7577
echo "$MAVEN_CENTRAL_SEC_RING" | base64 -D -o $HOME/secring.gpg

0 commit comments

Comments
 (0)