Skip to content

Commit

Permalink
feat(CI): trigger proper publish task from publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingwersaft committed Mar 9, 2020
1 parent 3ac92a1 commit 89fdecc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: ./gradlew versionDisplay
- run: ./gradlew publishPlugins
- save_cache:
paths:
- ~/.gradle
Expand Down

0 comments on commit 89fdecc

Please sign in to comment.