From 10e4d3efffb3b8641a6df0322d5f64585fd9269b Mon Sep 17 00:00:00 2001 From: biroder <107300789+biroder@users.noreply.github.com> Date: Mon, 6 Nov 2023 16:14:48 +0000 Subject: [PATCH] Change build number --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cef5594..bd3412a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: if [ "${{ github.ref_type }}" == "tag" ]; then export DRS_BUILD_VERSION_OVERRIDE="{{ github.ref_name }}" else - export DRS_BUILD_VERSION_OVERRIDE="0.101.0-${{ github.run_number }}-${{ github.ref_name }}" + export DRS_BUILD_VERSION_OVERRIDE="0.101.0-$((${{ github.run_number }} + 654))-${{ github.ref_name }}" fi mkdir release @@ -148,7 +148,7 @@ jobs: if [ "${{ github.ref_type }}" == "tag" ]; then export DRS_BUILD_VERSION_OVERRIDE="{{ github.ref_name }}" else - export DRS_BUILD_VERSION_OVERRIDE="0.101.0-${{ github.run_number }}-${{ github.ref_name }}" + export DRS_BUILD_VERSION_OVERRIDE="0.101.0-$((${{ github.run_number }} + 654))-${{ github.ref_name }}" fi cd app