Skip to content

Commit

Permalink
Include generated CSS in the GitHub releases
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrunel committed Mar 4, 2019
1 parent 858cc80 commit 31aebf3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,12 @@ deploy:
branch: release
- provider: releases
api_key: $GITHUB_AUTH_TOKEN
file:
- "./dist/Chart.bundle.js"
- "./dist/Chart.bundle.min.js"
- "./dist/Chart.js"
- "./dist/Chart.min.js"
- "./dist/Chart.js.zip"
skip_cleanup: true
file_glob: true
file:
- ./dist/*.css
- ./dist/*.js
- ./dist/*.zip
on:
tags: true
- provider: npm
Expand Down

0 comments on commit 31aebf3

Please sign in to comment.