From 3ebcdea3dd13f3e1b31f826cfd33eddb1d3a4630 Mon Sep 17 00:00:00 2001 From: Marina Polishchuk Date: Mon, 9 Dec 2024 14:22:58 -0800 Subject: [PATCH] fix version number --- .github/workflows/ci_build_pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_build_pipelines.yaml b/.github/workflows/ci_build_pipelines.yaml index 4ef1a88b..61abb53d 100644 --- a/.github/workflows/ci_build_pipelines.yaml +++ b/.github/workflows/ci_build_pipelines.yaml @@ -26,7 +26,7 @@ jobs: uses: ./.github/actions/restlerfullbuild with: build_configuration: ${{ env.BUILD_CONFIGURATION }} - version_number: ${{ env.VERSION_MAJOR }}.${{ env.VERSION_MINOR }}.${{ github.run_id }} + version_number: ${{ env.VERSION_MAJOR }}.${{ env.VERSION_MINOR }}.${{ env.DEV_REVISION }} build_platform: ${{ env.BUILD_PLATFORM }} - name: Run Compiler Functional Tests