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