CI in progress.

This commit is contained in:
Rodrigo Rodriguez (pragmatismo.io) 2018-11-11 21:29:48 -02:00
parent 5cdf458173
commit 8aac578b3f

View file

@ -32,7 +32,7 @@ deploy:
- provider: releases - provider: releases
api_key: $GITHUB_TOKEN api_key: $GITHUB_TOKEN
file_glob: true file_glob: true
file: src/**/* file: "{YOURLIB}-*.tgz"
skip_cleanup: true skip_cleanup: true
on: on:
tags: false tags: false