Skip to content

Commit 5a18dbc

Browse files
author
Guardiola31337
committed
fix circle ci branch to release-223 in order to fire the publish to maven central steps
1 parent 8d6a7b2 commit 5a18dbc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ jobs:
110110
- deploy:
111111
name: Publish Java Services To Maven Central
112112
command: |
113-
if [ "${CIRCLE_BRANCH}" == "master" ]; then
113+
if [ "${CIRCLE_BRANCH}" == "release-223" ]; then
114114
make publish-java ;
115115
fi
116116
- deploy:
117117
name: Publish Android Services To Maven Central
118118
command: |
119-
if [ "${CIRCLE_BRANCH}" == "master" ]; then
119+
if [ "${CIRCLE_BRANCH}" == "release-223" ]; then
120120
make publish-android ;
121121
fi
122122
- store_artifacts:

0 commit comments

Comments
 (0)