Browse Source

reset action

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

+ 1 - 1
.github/workflows/electron.yml

@@ -10,7 +10,7 @@ jobs:
 
     strategy:
       matrix:
-        os: [ubuntu-latest]
+        os: [macos-latest, ubuntu-latest, windows-latest]
 
     steps:
       - name: Check out Git repository

+ 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:

+ 1 - 1
express/package.json

@@ -1,5 +1,5 @@
 {
-  "name": "express",
+  "name": "milvus-insight",
   "version": "1.0.0",
   "license": "MIT",
   "author": {