Skip to content

Commit

Permalink
[hotfix][release] Mark 1.16 as latest stable
Browse files Browse the repository at this point in the history
  • Loading branch information
HuangXingBo committed Oct 27, 2022
1 parent 77204ff commit fbb215e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbb215e

Please sign in to comment.