Browse Source

update package.json

nameczz 3 years ago
parent
commit
f9dacbd6bd
2 changed files with 9 additions and 2 deletions
  1. 1 2
      .github/workflows/release.yml
  2. 8 0
      package.json

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

@@ -12,8 +12,7 @@ jobs:
         uses: actions/setup-node@v1
         with:
           node-version: 12
-      - name: Install dependencies
-        run: yarn
+
       - name: Semantic release
         env:
           GITHUB_TOKEN: ${{ secrets.P_GITHUB_TOKEN }}

+ 8 - 0
package.json

@@ -0,0 +1,8 @@
+{
+  "name": "milvus-insight",
+  "version": "0.1.0",
+  "description": "Milvus insight",
+  "license": "Apache-2.0",
+  "bugs": "https://github.com/milvus-io/milvus-insight/issues",
+  "private": true
+}