ioBroker: use name as release tag
This commit is contained in:
parent
0204d0ec12
commit
e669e188fc
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ class IoBroker extends PatchBase {
|
||||||
}
|
}
|
||||||
function check() : bool {
|
function check() : bool {
|
||||||
if ($this->fetch_json('https://api.github.com/repos/ioBroker/ioBroker/releases/latest'))
|
if ($this->fetch_json('https://api.github.com/repos/ioBroker/ioBroker/releases/latest'))
|
||||||
return $this->parse_json('tag_name');
|
return $this->parse_json('name');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue