This is an automated email from the ASF dual-hosted git repository.

alpinegizmo pushed a commit to branch 2.3-stable
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 0639d077bc3cfe9a5fe952ac9c45735a88e70a36
Author: David Anderson <[email protected]>
AuthorDate: Wed Jun 24 15:37:44 2026 -0700

    [FLINK-39451][release] Mark 2.3 as stable in docs
---
 .github/workflows/docs.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index abd782edf31..a101c369bb5 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -46,8 +46,8 @@ jobs:
           echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV}
 
           if [ "${currentBranch}" = "master" ]; then
-            echo "flink_alias=release-2.3" >> ${GITHUB_ENV}
-          elif [ "${currentBranch}" = "release-2.2" ]; then
+            echo "flink_alias=release-2.4" >> ${GITHUB_ENV}
+          elif [ "${currentBranch}" = "release-2.3" ]; then
             echo "flink_alias=stable" >> ${GITHUB_ENV}
           elif [ "${currentBranch}" = "release-1.20" ]; then
             echo "flink_alias=lts" >> ${GITHUB_ENV}

Reply via email to