From 7284daf5aa90ca68ecf08635e99763b5d35fcae0 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Tue, 20 Jun 2023 14:28:26 +0200 Subject: [PATCH] [CI] Fix the export of release-train-version --- .github/workflows/common.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index b94dca93..3bb74088 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -125,10 +125,12 @@ jobs: echo "::debug ::SINKS=$SINKS" echo "::debug ::SOURCES=$SOURCES" echo "::debug ::BUILD_VERSION=$BUILD_VERSION" + echo "::debug ::RELEASE_TRAIN_VERSION=$RELEASE_TRAIN_VERSION" echo "::debug ::BUILD_VERSION_TYPE=$BUILD_VERSION_TYPE" echo "::debug ::CUR_VERSION=$CUR_VERSION" echo "::debug ::IS_VERSION_CHANGE=$IS_VERSION_CHANGE" echo "::debug ::NEXT_DEV_VERSION=$NEXT_DEV_VERSION" + echo "::debug ::RELEASE_TRAIN_NEXT_DEV_VERSION=$RELEASE_TRAIN_NEXT_DEV_VERSION" echo "::debug ::JDK_BUILD=$JDK_BUILD" echo "::debug ::JRE_DEFAULT=$JRE_DEFAULT" fi