This is an automated email from the ASF dual-hosted git repository.
ruanhang1993 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 089af1f7743 [hotfix][release] Build 2.2 docs in GitHub Action and mark
2.2 as stable in docs (#27315)
089af1f7743 is described below
commit 089af1f77430c7ac15eced0276027a6f3aaecbd3
Author: Hang Ruan <[email protected]>
AuthorDate: Thu Dec 4 11:35:59 2025 +0800
[hotfix][release] Build 2.2 docs in GitHub Action and mark 2.2 as stable in
docs (#27315)
---
.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 4ad7f089943..3d6ec414e25 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -44,8 +44,8 @@ jobs:
echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV}
if [ "${currentBranch}" = "master" ]; then
- echo "flink_alias=release-2.2" >> ${GITHUB_ENV}
- elif [ "${currentBranch}" = "release-2.1" ]; then
+ echo "flink_alias=release-2.3" >> ${GITHUB_ENV}
+ elif [ "${currentBranch}" = "release-2.2" ]; then
echo "flink_alias=stable" >> ${GITHUB_ENV}
elif [ "${currentBranch}" = "release-1.20" ]; then
echo "flink_alias=lts" >> ${GITHUB_ENV}