From 344c9a315ad66edbfbba5c8c9173dad100c75ba9 Mon Sep 17 00:00:00 2001 From: Eva Vasques Date: Thu, 5 Dec 2024 23:57:26 +0000 Subject: [PATCH] [release][publish] 7.4.2.4 [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 06a2f62408..b9a9b281fc 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.4.2-....) for the docker image to build successfully. - RELEASE_VERSION: 7.4.2.3 - DEVELOPMENT_VERSION: 7.4.2.4-SNAPSHOT + RELEASE_VERSION: 7.4.2.4 + DEVELOPMENT_VERSION: 7.4.2.5-SNAPSHOT jobs: run_ci: