Browse Source

fix action

Signed-off-by: nameczz <zizhao.chen@zilliz.com>
nameczz 3 years ago
parent
commit
f11c1b7408
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .github/workflows/release.yml

+ 1 - 2
.github/workflows/release.yml

@@ -2,8 +2,7 @@ name: Attu prod release
 
 on:
   release:
-    types: [released]
-    branches: [main]
+    types: [published]
 
 jobs:
   publish: