浏览代码

chore(ci): change api path for emqx.io (#427)

Rory Z 4 年之前
父节点
当前提交
62d7e68191
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/build_packages.yaml

+ 1 - 1
.github/workflows/build_packages.yaml

@@ -218,7 +218,7 @@ jobs:
           if: github.event_name == 'release'
           run: |
             version=$(echo ${{ github.ref }} | sed -r  "s .*/.*/(.*) \1 g")
-            curl -w %{http_code} --insecure -H ${{ secrets.EmqxHeader }} https://admin.emqx.io/api/v1/kuiper_github_release_callback?tag=$version
+            curl -w %{http_code} --insecure -H ${{ secrets.EmqxHeader }} https://admin.emqx.io/admin_api/v1/kuiper_github_release_callback?tag=$version
         - name: update helm packages
           if: github.event_name == 'release'
           run: |