PatrickRen commented on code in PR #23258:
URL: https://github.com/apache/flink/pull/23258#discussion_r1302625102
##########
.github/workflows/docs.yml:
##########
@@ -42,8 +42,8 @@ jobs:
echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV}
if [ "${currentBranch}" = "master" ]; then
- echo "flink_alias=release-1.18" >> ${GITHUB_ENV}
- elif [ "${currentBranch}" = "release-1.17" ]; then
Review Comment:
We need to keep using `release-1.17` here as the latest stable version, and
change it to 1.18 after we finally release the version.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]