Skip to content

Commit f78c57f

Browse files
authored
[hotfix][cdc][docs] Build 3.3 docs and mark it as stable (#3882)
1 parent 10f503f commit f78c57f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_docs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
matrix:
5555
branch:
5656
- master
57+
- release-3.3
5758
- release-3.2
58-
- release-3.1
5959

6060
steps:
6161
- uses: actions/checkout@v3
@@ -69,8 +69,8 @@ jobs:
6969
echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV}
7070
7171
if [ "${currentBranch}" = "master" ]; then
72-
echo "flink_alias=release-3.3" >> ${GITHUB_ENV}
73-
elif [ "${currentBranch}" = "release-3.2" ]; then
72+
echo "flink_alias=release-3.4" >> ${GITHUB_ENV}
73+
elif [ "${currentBranch}" = "release-3.3" ]; then
7474
echo "flink_alias=stable" >> ${GITHUB_ENV}
7575
fi
7676

0 commit comments

Comments
 (0)