Skip to content

Commit b68ef99

Browse files
namnhatphamNam Nhat Pham
and
Nam Nhat Pham
authored
Coe 1026 oee simulators add number to fix the wrong in release version (#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]>
1 parent c8ea019 commit b68ef99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
id: update-version-number
4848
run: |
4949
cd repo/simulators
50-
SIMULATOR_VERSION=${GITHUB_RUN_NUMBER}
50+
SIMULATOR_VERSION=$((GITHUB_RUN_NUMBER + 51))
5151
sed -i "s/@project.version@/1.0.${SIMULATOR_VERSION}/g" cumulocity.json
5252
echo "release_version=${SIMULATOR_VERSION}" >> $GITHUB_OUTPUT
5353

0 commit comments

Comments
 (0)