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:
|
after_success:
|
||||||
- npm pack
|
- npm pack
|
||||||
- provider: releases
|
provider: releases
|
||||||
api_key: $GITHUB_TOKEN
|
api_key: $GITHUB_TOKEN
|
||||||
file_glob: true
|
file_glob: true
|
||||||
file: "{YOURLIB}-*.tgz"
|
file: "{YOURLIB}-*.tgz"
|
||||||
|
@ -35,7 +35,7 @@ after_success:
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
|
|
||||||
- provider: npm
|
provider: npm
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
email: "operations@pragmatismo.io"
|
email: "operations@pragmatismo.io"
|
||||||
api_key: $NPM_TOKEN
|
api_key: $NPM_TOKEN
|
||||||
|
|
Loading…
Add table
Reference in a new issue