You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by gy...@apache.org on 2022/07/21 09:40:40 UTC

[flink-kubernetes-operator] branch main updated: [CI] Update docs workflow yaml for new minor version

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

gyfora pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new c60a085e [CI] Update docs workflow yaml for new minor version
c60a085e is described below

commit c60a085ee41a3ec11fb090e52d48a56129d0ade8
Author: Gyula Fora <g_...@apple.com>
AuthorDate: Thu Jul 21 11:38:45 2022 +0200

    [CI] Update docs workflow yaml for new minor version
---
 .github/workflows/docs.yaml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index edf4024c..8272010e 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -30,6 +30,7 @@ jobs:
           - main
           - release-0.1
           - release-1.0
+          - release-1.1
     steps:
       - uses: actions/checkout@v3
         with:
@@ -41,8 +42,8 @@ jobs:
           echo "flink_branch=${currentBranch}"
           echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV}
           if [ "${currentBranch}" = "main" ]; then
-            echo "flink_alias=release-1.1" >> ${GITHUB_ENV}
-          elif [ "${currentBranch}" = "release-1.0" ]; then
+            echo "flink_alias=release-1.2" >> ${GITHUB_ENV}
+          elif [ "${currentBranch}" = "release-1.1" ]; then
             echo "flink_alias=stable" >> ${GITHUB_ENV}
           else
             echo "flink_alias=${currentBranch}" >> ${GITHUB_ENV}