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

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


The following commit(s) were added to refs/heads/main by this push:
     new daede93e [minor][doc] Fix stable version redirection after 0.2.0 
released (#513)
daede93e is described below

commit daede93ebaf434ce2e14385596b5ab0e8a8e1325
Author: Leonard Xu <[email protected]>
AuthorDate: Fri Feb 6 11:01:29 2026 +0800

    [minor][doc] Fix stable version redirection after 0.2.0 released (#513)
---
 .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 92596e4b..28926987 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -47,7 +47,7 @@ jobs:
           
           if [ "${currentBranch}" = "main" ]; then
             echo "flink_alias=release-0.3" >> ${GITHUB_ENV}
-          elif [ "${currentBranch}" = "release-0.1" ]; then
+          elif [ "${currentBranch}" = "release-0.2" ]; then
             echo "flink_alias=latest" >> ${GITHUB_ENV}
           fi
 

Reply via email to