Skip to content

Commit

Permalink
Fix circle publishing (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Fink authored Dec 22, 2017
1 parent a905b16 commit 0128c69
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,13 @@ stages:
- type: deploy
shell: /bin/bash
command: ./gradlew -i -Dgradle.publish.key=$GRADLE_KEY -Dgradle.publish.secret=$GRADLE_SECRET publishPlugins

workflows:
version: 2
build-and-deploy:
jobs:
- build:
filters:
# run on all branches and tags
tags:
only: /.*/

0 comments on commit 0128c69

Please sign in to comment.