From 3309f07031331d6f72170a7bb91c35e0a2e50c46 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Tue, 10 Sep 2024 19:09:44 +0300 Subject: [PATCH] all: only sign beta --- scripts/make/build-release.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/make/build-release.sh b/scripts/make/build-release.sh index 93e77bec..93aa324d 100644 --- a/scripts/make/build-release.sh +++ b/scripts/make/build-release.sh @@ -178,6 +178,10 @@ sign() { "$sign_bin_path"\ ; + return + # TODO(e.burkov): Enabled for all releases. + elif [ "$channel" != 'beta' ] + then return fi