Skip to content

Commit

Permalink
Fix release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
chibatching committed Aug 12, 2019
1 parent 3fa4eea commit fd9c0e8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ jobs:
- restore_gradle_cache
- android/restore-build-cache
- run:
name: Upload to bintray
command: ./gradlew clean install bintrayUpload --no-daemon

name: Prepare artifacts
command: ./gradlew clean install --no-daemon
- run:
name: Upload to Bintray
command: ./gradlew bintrayUpload --no-daemon
workflows:
version: 2
test:
Expand Down

0 comments on commit fd9c0e8

Please sign in to comment.