We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01efa6a commit 155f5ecCopy full SHA for 155f5ec
.circleci/config.yml
@@ -100,10 +100,10 @@ jobs:
100
- checkout
101
- deploy:
102
name: Push to bintray
103
- command: if [ "${CIRCLE_TAG}" ]; then
104
- ./gradlew ship
105
- fi
106
-
+ command: |
+ if [ "${CIRCLE_TAG}" ]; then
+ ./gradlew ship
+ fi
107
workflows:
108
version: 2
109
build_test:
@@ -119,4 +119,6 @@ workflows:
119
requires:
120
- test_api_version_17
121
- test_api_version_25
122
- tag: /.*/
+ filters:
123
+ tags:
124
+ only: /.*/
0 commit comments