This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ddf4f2568e [hotfix][release] Mark 1.15 as latest stable
5ddf4f2568e is described below

commit 5ddf4f2568e49cea41e501b8d845f37dd51c1252
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Tue Sep 13 10:45:23 2022 +0200

    [hotfix][release] Mark 1.15 as latest stable
---
 .github/workflows/docs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 0cf9857bb69..f9b35772aee 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -43,7 +43,7 @@ jobs:
 
           if [ "${currentBranch}" = "master" ]; then
             echo "flink_alias=release-1.17" >> ${GITHUB_ENV}
-          elif [ "${currentBranch}" = "release-1.16" ]; then
+          elif [ "${currentBranch}" = "release-1.15" ]; then
             echo "flink_alias=stable" >> ${GITHUB_ENV}
           fi
       - name: Build documentation

Reply via email to