Skip to content

Commit

Permalink
fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
marina-p committed Dec 9, 2024
1 parent 8b7a88c commit 3ebcdea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_build_pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ebcdea

Please sign in to comment.