From c8f74f38f75624fed272e2543058c2d426035cf8 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Tue, 26 Sep 2023 17:13:26 -0700 Subject: [PATCH] Update tag Signed-off-by: Kevin Su --- script/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/release.sh b/script/release.sh index 8f08eeb281..14bec2a54f 100755 --- a/script/release.sh +++ b/script/release.sh @@ -7,7 +7,7 @@ set -ex # In other words, if we have two consecutive releases the latest tag in the second release is going to point to an invalid # tag (because there will not be images tagged with the previous release tag). LATEST_TAG=$(git tag | sed 's#[^/]*/##' | sort | tail -n 1) -FLYTEKIT_TAG=$(curl --silent "https://api.github.com/repos/flyteorg/flytekit/releases/latest" | jq -r .tag_name) +FLYTEKIT_TAG=$(curl --silent "https://api.github.com/repos/flyteorg/flytekit/releases/latest" | jq -r .tag_name | sed 's/^v//') FLYTECONSOLE_TAG=$(curl --silent "https://api.github.com/repos/flyteorg/flyteconsole/releases/latest" | jq -r .tag_name) # bump latest release of flyte component in kustomize