From fbb215e57919ad05f4c48b4ef79ee2f808f62ac8 Mon Sep 17 00:00:00 2001 From: huangxingbo Date: Thu, 27 Oct 2022 10:39:55 +0800 Subject: [PATCH] [hotfix][release] Mark 1.16 as latest stable --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f9b35772aeedb..0cf9857bb6900 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -43,7 +43,7 @@ jobs: if [ "${currentBranch}" = "master" ]; then echo "flink_alias=release-1.17" >> ${GITHUB_ENV} - elif [ "${currentBranch}" = "release-1.15" ]; then + elif [ "${currentBranch}" = "release-1.16" ]; then echo "flink_alias=stable" >> ${GITHUB_ENV} fi - name: Build documentation