Skip to content

Commit

Permalink
Add github release on tag deployer to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
RickMoynihan committed Jan 31, 2018
1 parent 7550827 commit 881e3f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,10 @@ deploy:
on:
repo: Swirrl/drafter
branch: master
- provider: releases
api_key: "$RELEASE_OAUTH_TOKEN"
file: "target/drafter.jar"
skip_cleanup: true
on:
tags: true
condition: $TRAVIS_TAG =~ ^[0-9]+\.[0-9]+\.[0-9]+$

0 comments on commit 881e3f7

Please sign in to comment.