Browse Source

ci: fix docs publishing for beta tag (#7018)

Yihau Chen 4 months ago
parent
commit
538bf40352
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/build.sh

+ 1 - 0
docs/build.sh

@@ -19,6 +19,7 @@ echo $?
 # Publish only from merge commits and beta release tags
 if [[ -n $CI ]]; then
   if [[ -z $CI_PULL_REQUEST ]]; then
+    eval "$(../ci/channel-info.sh)"
     if [[ -n $CI_TAG ]] && [[ $CI_TAG != $BETA_CHANNEL* ]]; then
       echo "not a beta tag"
       exit 0