mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Include generated CSS in the GitHub releases
This commit is contained in:
parent
858cc80a1f
commit
31aebf3bab
11
.travis.yml
11
.travis.yml
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user