fix: do not force next version updates
This commit is contained in:
parent
67eaf8c70d
commit
4fc3ada42e
1 changed files with 0 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ public function __invoke(bool $force)
|
|||
ray('latest version:' . $this->latest_version . " current version: " . $this->current_version . ' force: ' . $force);
|
||||
if ($settings->next_channel) {
|
||||
ray('next channel enabled');
|
||||
$force = true;
|
||||
$this->latest_version = 'next';
|
||||
}
|
||||
if ($force) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue