From 31f1b9a6899d383934b4bfbee4500309eb5d9044 Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Fri, 17 Mar 2023 11:28:43 -0700 Subject: [PATCH] admin to 79 Signed-off-by: Yee Hing Tong --- script/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/release.sh b/script/release.sh index f891f49a88..0bd34c6190 100755 --- a/script/release.sh +++ b/script/release.sh @@ -2,7 +2,7 @@ set -ex -FLYTEADMIN_TAG=$(curl --silent "https://api.github.com/repos/flyteorg/flyteadmin/releases/latest" | jq -r .tag_name) +FLYTEADMIN_TAG="v1.1.79" DATACATALOG_TAG=$(curl --silent "https://api.github.com/repos/flyteorg/datacatalog/releases/latest" | jq -r .tag_name) FLYTECONSOLE_TAG=$(curl --silent "https://api.github.com/repos/flyteorg/flyteconsole/releases/latest" | jq -r .tag_name) FLYTEPROPELLER_TAG=$(curl --silent "https://api.github.com/repos/flyteorg/flytepropeller/releases/latest" | jq -r .tag_name)