Browse Source

test action

Signed-off-by: Gitea <zizhao.chen@zilliz.com>
Gitea 3 years ago
parent
commit
ca289bc742
2 changed files with 9 additions and 5 deletions
  1. 4 4
      .github/workflows/release.yml
  2. 5 1
      express/package.json

+ 4 - 4
.github/workflows/release.yml

@@ -1,9 +1,9 @@
 name: Milvus insight prod release
 
-on:
-  release:
-    types: [released]
-    branches: [main]
+# on:
+#   release:
+    # types: [released]
+    # branches: [main]
 
 jobs:
   publish:

+ 5 - 1
express/package.json

@@ -2,7 +2,11 @@
   "name": "express",
   "version": "1.0.0",
   "license": "MIT",
-  "author": "nameczz zizhao.chen@zilliz.com",
+  "author": {
+    "name": "zizhao.chen",
+    "email": "zizhao.chen@zilliz.com"
+  },
+  "description": "Milvus Insight help to manage Milvus easily",
   "dependencies": {
     "@zilliz/milvus2-sdk-node": "^1.0.19",
     "chalk": "^4.1.2",