From 48a1aa416c8379cbcd72f840489cc1ad3348d1f9 Mon Sep 17 00:00:00 2001 From: Chaminda Divitotawela Date: Tue, 30 Jul 2024 15:41:02 +1000 Subject: [PATCH] Update .github/workflows/build.yml Co-authored-by: Sally MacFarlane Signed-off-by: Chaminda Divitotawela --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1908efb7..a0004325 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: VERSION=$(grep "^version" gradle.properties | sed 's|^version=\(.*\)$|\1|g') echo "Query for version [$VERSION]" curl --head -L --silent --output /dev/null --fail "$ART_URL/$VERSION" && { - echo "ERROR: Binary arithmetic already exit for version [$VERSION]" + echo "ERROR: Binary arithmetic already exists for version [$VERSION]" echo "ERROR: Blocking publishing same version to the Besu Artiactory" echo "url $ART_URL/$VERSION" exit 1