Skip to content

Commit

Permalink
[FLINK-36226][cdc][docs] Build 3.2 docs and mark it as stable (apache…
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickRen authored Sep 5, 2024
1 parent 73977c1 commit 4b4b8ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
matrix:
branch:
- master
- release-3.0
- release-3.2
- release-3.1

steps:
Expand All @@ -69,8 +69,8 @@ jobs:
echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV}
if [ "${currentBranch}" = "master" ]; then
echo "flink_alias=release-3.2" >> ${GITHUB_ENV}
elif [ "${currentBranch}" = "release-3.1" ]; then
echo "flink_alias=release-3.3" >> ${GITHUB_ENV}
elif [ "${currentBranch}" = "release-3.2" ]; then
echo "flink_alias=stable" >> ${GITHUB_ENV}
fi
Expand Down

0 comments on commit 4b4b8ea

Please sign in to comment.