Skip to content

Commit

Permalink
COE-1021: Add 60 to release_version to avoid crashing into old releases#
Browse files Browse the repository at this point in the history
  • Loading branch information
Nam Nhat Pham committed May 31, 2023
1 parent b2d9a28 commit 9c0539e
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 + 60))
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 9c0539e

Please sign in to comment.