From ebde8c70048ed83ceba66a09e5082a7502dec567 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Tue, 22 Jun 2021 08:30:15 +0300 Subject: [PATCH] fix rc build channel (#3139) Signed-off-by: Jari Kolehmainen --- build/set_build_version.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/build/set_build_version.ts b/build/set_build_version.ts index 80fd385c59..a4c45dd167 100644 --- a/build/set_build_version.ts +++ b/build/set_build_version.ts @@ -33,6 +33,7 @@ function getBuildChannel(): string { * Note: it is by design that we don't use `rc` as a build channel for these versions */ switch (versionInfo.prerelease?.[0]) { + case "rc": case "beta": return "beta"; case undefined: