This is an automated email from the ASF dual-hosted git repository.
lihaosky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new d5c27cd9eb3 [FLINK-39451][release] Mark 2.3 as stable in docs (#28528)
d5c27cd9eb3 is described below
commit d5c27cd9eb3ee451b0fb09c1991ea23022f2487a
Author: David Anderson <[email protected]>
AuthorDate: Wed Jun 24 18:42:55 2026 -0700
[FLINK-39451][release] Mark 2.3 as stable in docs (#28528)
---
.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}