From 138d56a31099c39a836cf21238873ced18b33dfe Mon Sep 17 00:00:00 2001 From: "Kandasamy, Divya" Date: Tue, 29 Oct 2024 14:32:31 -0400 Subject: [PATCH] Update utils.sh --- .github/workflows/utils.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/utils.sh b/.github/workflows/utils.sh index 4d221da4..b385fe38 100755 --- a/.github/workflows/utils.sh +++ b/.github/workflows/utils.sh @@ -262,6 +262,7 @@ function generate_cpp_sdk_source_code(){ } function build_cpp_sdk() { + FIREBOLT_VERSION=$(node -p "require('./package.json').version") echo "The version from package.json is $FIREBOLT_VERSION" local sdk_name=$1