Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Diwaker Gupta committed Nov 10, 2017
1 parent cb36f23 commit 02ca4bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ script:
deploy:
provider: releases
api_key: $GITHUB_TOKEN
file: "dist/*"
skip_cleanup: true
file_glob: true
file: "dist/*"
on:
tags: true

0 comments on commit 02ca4bf

Please sign in to comment.