diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86033c9e..1fa15897 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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