From 1316a5606f95887e06049888c982b729a74eb7a0 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 26 Sep 2023 12:50:51 +0200 Subject: [PATCH] Us Pre-Releases in support channel --- updates/helper/indexes.go | 1 + 1 file changed, 1 insertion(+) diff --git a/updates/helper/indexes.go b/updates/helper/indexes.go index 948ab33a..7af8a610 100644 --- a/updates/helper/indexes.go +++ b/updates/helper/indexes.go @@ -98,6 +98,7 @@ func SetIndexes( Path: indexPath, AutoDownload: autoDownload, }) + usePreReleases = true } else if deleteUnusedIndexes { err := deleteIndex(registry, indexPath) if err != nil {