Should deploy also to NPM on tags

This commit is contained in:
Julien Deswaef 2018-09-25 18:21:02 -04:00
parent d069b23f3e
commit 5a2ca8e6ea
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@ deploy:
on:
branch: master
tags: true
- provider: npm
email: $NPM_EMAIL
api_key: $NPM_TOKEN
on:
branch: master
tags: true
# blocklist
branches: