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
@ -31,3 +31,12 @@ after_script:
|
|||||||
|
|
||||||
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