CI in progress.
This commit is contained in:
parent
2b0604a7d8
commit
e649517fa2
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ branches:
|
|||
|
||||
after_success:
|
||||
- npm pack
|
||||
- provider: releases
|
||||
provider: releases
|
||||
api_key: $GITHUB_TOKEN
|
||||
file_glob: true
|
||||
file: "{YOURLIB}-*.tgz"
|
||||
|
@ -35,7 +35,7 @@ after_success:
|
|||
on:
|
||||
tags: true
|
||||
|
||||
- provider: npm
|
||||
provider: npm
|
||||
skip_cleanup: true
|
||||
email: "operations@pragmatismo.io"
|
||||
api_key: $NPM_TOKEN
|
||||
|
|
Loading…
Add table
Reference in a new issue