diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index 2fa0509a2..ec694e2bf 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -120,11 +120,11 @@ jobs: id: build_core_cpp run: | .github/workflows/utils.sh buildCoreCPPSDK $RELEASE_VERSION - # - name: Build Manage SDK CPP - # if: env.build_cpp_source == 'true' - # id: build_manage_cpp - # run: | - # .github/workflows/utils.sh buildManageCPPSDK $RELEASE_VERSION + - name: Build Manage SDK CPP + if: env.build_cpp_source == 'true' + id: build_manage_cpp + run: | + .github/workflows/utils.sh buildManageCPPSDK $RELEASE_VERSION # - name: Build Discovery SDK CPP # if: env.build_cpp_source == 'true' # id: build_discovery_cpp