This commit is contained in:
parent
e1ac0a3a5b
commit
f6233136d7
@ -34,8 +34,10 @@ steps:
|
||||
from_secret: npm_username
|
||||
password:
|
||||
from_secret: npm_password
|
||||
token:
|
||||
from_secret: npm_token
|
||||
email: b.watson@watsonlabs.net
|
||||
registry: "http://10.44.1.6:4873/"
|
||||
registry: "https://gitea.watsonlabs.net"
|
||||
when:
|
||||
event:
|
||||
exclude:
|
||||
@ -52,6 +54,8 @@ steps:
|
||||
from_secret: npm_username
|
||||
password:
|
||||
from_secret: npm_password
|
||||
token:
|
||||
from_secret: npm_token
|
||||
email: b.watson@watsonlabs.net
|
||||
registry: "http://10.44.1.6:4873/"
|
||||
when:
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "@watsonb8/homebridge-flux",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4",
|
||||
"description": "",
|
||||
"main": "bin/index.js",
|
||||
"publishConfig": {
|
||||
"registry": "http://10.44.1.6:4873/"
|
||||
"registry": "https://gitea.watsonlabs.net"
|
||||
},
|
||||
"files": [
|
||||
"bin",
|
||||
|
Loading…
Reference in New Issue
Block a user