Skip to content

Commit 089af1f

Browse files
authored
[hotfix][release] Build 2.2 docs in GitHub Action and mark 2.2 as stable in docs (#27315)
1 parent 4d94a9b commit 089af1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV}
4545
4646
if [ "${currentBranch}" = "master" ]; then
47-
echo "flink_alias=release-2.2" >> ${GITHUB_ENV}
48-
elif [ "${currentBranch}" = "release-2.1" ]; then
47+
echo "flink_alias=release-2.3" >> ${GITHUB_ENV}
48+
elif [ "${currentBranch}" = "release-2.2" ]; then
4949
echo "flink_alias=stable" >> ${GITHUB_ENV}
5050
elif [ "${currentBranch}" = "release-1.20" ]; then
5151
echo "flink_alias=lts" >> ${GITHUB_ENV}

0 commit comments

Comments
 (0)