Skip to content

Commit

Permalink
Coe 1026 oee simulators add number to fix the wrong in release version (
Browse files Browse the repository at this point in the history
#92)

* COE-1026: add 51 to release_version to compensate for the small number of github runner because of new workflow

---------

Co-authored-by: Nam Nhat Pham <[email protected]>
  • Loading branch information
namnhatpham and Nam Nhat Pham authored Jun 1, 2023
1 parent c8ea019 commit b68ef99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id: update-version-number
run: |
cd repo/simulators
SIMULATOR_VERSION=${GITHUB_RUN_NUMBER}
SIMULATOR_VERSION=$((GITHUB_RUN_NUMBER + 51))
sed -i "s/@project.version@/1.0.${SIMULATOR_VERSION}/g" cumulocity.json
echo "release_version=${SIMULATOR_VERSION}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit b68ef99

Please sign in to comment.