From b582d35e88e9060b1b7ae04832634586b93f7456 Mon Sep 17 00:00:00 2001 From: Eva Vasques Date: Wed, 11 Oct 2023 16:00:28 +0100 Subject: [PATCH] [release][publish] 7.1.0.6 [skip tests] 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 18d477b75c..90288dd023 100644 --- a/.github/workflows/master_release.yml +++ b/.github/workflows/master_release.yml @@ -23,8 +23,8 @@ env: GITHUB_ACTIONS_DEPLOY_TIMEOUT: 60 BASE_BUILD_NUMBER: 10000 # Release version has to start with real version (7.1.0-....) for the docker image to build successfully. - RELEASE_VERSION: 7.1.0.5 - DEVELOPMENT_VERSION: 7.1.0.6-SNAPSHOT + RELEASE_VERSION: 7.1.0.6 + DEVELOPMENT_VERSION: 7.1.0.7-SNAPSHOT jobs: run_ci: