fix: do not force next version updates

This commit is contained in:
Andras Bacsai 2023-07-04 13:41:18 +02:00
parent 67eaf8c70d
commit 4fc3ada42e

View File

@ -26,7 +26,6 @@ public function __invoke(bool $force)
ray('latest version:' . $this->latest_version . " current version: " . $this->current_version . ' force: ' . $force); ray('latest version:' . $this->latest_version . " current version: " . $this->current_version . ' force: ' . $force);
if ($settings->next_channel) { if ($settings->next_channel) {
ray('next channel enabled'); ray('next channel enabled');
$force = true;
$this->latest_version = 'next'; $this->latest_version = 'next';
} }
if ($force) { if ($force) {