From 28e5217d936ce676a9beff0039526b2c4a6b4c30 Mon Sep 17 00:00:00 2001 From: Arjun Raja Yogidas Date: Fri, 21 Feb 2025 00:59:44 +0000 Subject: [PATCH] chore: check release Signed-off-by: Arjun Raja Yogidas --- .github/workflows/release-automation.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-automation.yaml b/.github/workflows/release-automation.yaml index 3d0f15a8..694c951a 100644 --- a/.github/workflows/release-automation.yaml +++ b/.github/workflows/release-automation.yaml @@ -65,6 +65,9 @@ jobs: STATIC_BINARY_VERSION=$(./output/static/finch-daemon --version | grep -oP '\d+\.\d+\.\d+') export release_tag=${{ env.RELEASE_TAG }} export release_version=${release_tag/v/} + echo $DYNAMIC_BINARY_VERSION + echo $STATIC_BINARY_VERSION + echo $release_version if ["$STATIC_BINARY_VERSION" != "$release_version"] || ["$DYNAMIC_BINARY_VERSION" != "$release_version"]; then echo "Version mismatch" exit 1