From 6fb9a7411ded91c3270f1128d1883df8591b2e55 Mon Sep 17 00:00:00 2001 From: Tiago Salvado Date: Mon, 25 Sep 2023 10:20:11 +0100 Subject: [PATCH] [release][publish] 7.3.1.1 [skip tests][skip docker_release] just run [no downstream] enterprise only --- .github/workflows/master_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master_release.yml b/.github/workflows/master_release.yml index 3f97d7dfd8..b4e5c72c95 100644 --- a/.github/workflows/master_release.yml +++ b/.github/workflows/master_release.yml @@ -22,8 +22,8 @@ env: GITHUB_ACTIONS_DEPLOY_TIMEOUT: 60 BASE_BUILD_NUMBER: 10000 # Release version has to start with real version (7.3.0-....) for the docker image to build successfully. - RELEASE_VERSION: 7.3.1.0 - DEVELOPMENT_VERSION: 7.3.1.1-SNAPSHOT + RELEASE_VERSION: 7.3.1.1 + DEVELOPMENT_VERSION: 7.3.1.2-SNAPSHOT jobs: run_ci: