Skip to content

Commit

Permalink
Merge pull request #28 from koxudaxi/upload_plugin_on_ci
Browse files Browse the repository at this point in the history
upload the plugin on ci
  • Loading branch information
koxudaxi authored Aug 14, 2019
2 parents de5885b + 6f8b168 commit 6caf5ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,12 @@ deploy:
on:
repo: koxudaxi/pydantic-pycharm-plugin
tags: on
- provider: script
api_key:
script: 'curl --fail --header "Authorization: Bearer ${JETBRAINS_TOKEN}" -F pluginId=12861 -F file=@build/distributions/pydantic-pycharm-plugin.zip https://plugins.jetbrains.com/plugin/uploadPlugin'
skip_cleanup: true
on:
repo: koxudaxi/pydantic-pycharm-plugin
tags: on


0 comments on commit 6caf5ab

Please sign in to comment.