Skip to content

Commit

Permalink
all: only sign beta
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Sep 10, 2024
1 parent f61af53 commit 3309f07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/make/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ sign() {
"$sign_bin_path"\
;

return
# TODO(e.burkov): Enabled for all releases.
elif [ "$channel" != 'beta' ]
then
return
fi

Expand Down

0 comments on commit 3309f07

Please sign in to comment.