Skip to content

Commit

Permalink
🚀 Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kittinunf committed May 10, 2018
1 parent 8ecc36c commit ca2b08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- ~/.gradle
key: v1-dependencies-{{ checksum "build.gradle.kts" }}

- run: gradle build bintrayUpload -PbintrayUser=$BINTRAY_USERNAME -PbintrayKey=$BINTRAY_KEY -PdryRun=true
- run: gradle build bintrayUpload -PbintrayUser=$BINTRAY_USERNAME -PbintrayKey=$BINTRAY_KEY -PdryRun=false

workflows:
version: 2
Expand Down

0 comments on commit ca2b08a

Please sign in to comment.