1
0
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:
Sebastian Gerske 2018-11-06 12:00:19 +01:00
parent 18db30c6f0
commit b60307102f

View File

@ -30,4 +30,13 @@ after_script:
- greenkeeper-lockfile-upload
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