From 117c0460d3f5ff05d5e2c51c2aa376b56be13096 Mon Sep 17 00:00:00 2001 From: Michael Dusan Date: Sat, 4 Dec 2021 23:19:41 -0500 Subject: [PATCH] ci: linux: pass VERSION on_master_success --- ci/zinc/linux_on_master_sucess.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/zinc/linux_on_master_sucess.sh b/ci/zinc/linux_on_master_sucess.sh index ffd4f4c1c2..3e9b50454a 100755 --- a/ci/zinc/linux_on_master_sucess.sh +++ b/ci/zinc/linux_on_master_sucess.sh @@ -2,6 +2,8 @@ . ./ci/zinc/linux_base.sh +VERSION=$($RELEASE_STAGING/zig version) + # Avoid leaking oauth token. set +x