mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
added npm release
This commit is contained in:
parent
18db30c6f0
commit
b60307102f
11
.travis.yml
11
.travis.yml
@ -30,4 +30,13 @@ after_script:
|
|||||||
- greenkeeper-lockfile-upload
|
- greenkeeper-lockfile-upload
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
- provider: npm
|
||||||
|
email: "devops@oceanprotocol.com"
|
||||||
|
api_key: ${NPM_TOKEN}
|
||||||
|
skip_cleanup: true
|
||||||
|
on:
|
||||||
|
tags: true
|
||||||
|
condition: $DEPLOY_PACKAGE = true
|
Loading…
Reference in New Issue
Block a user