Parcourir la source

Merge pull request #53 from nameczz/main

fix(pencil): Fix release ci
ryjiang il y a 4 ans
Parent
commit
7416ee76cb
2 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 6 0
      .github/workflows/release.yml
  2. 2 0
      README.md

+ 6 - 0
.github/workflows/release.yml

@@ -6,6 +6,12 @@ jobs:
   publish:
     runs-on: ubuntu-latest
     steps:
+      - uses: actions/checkout@v2
+      - name: Setup Node.js
+        uses: actions/setup-node@v1
+        with:
+          node-version: 12
+
       - name: Login to DockerHub
         uses: docker/login-action@v1
         with:

+ 2 - 0
README.md

@@ -1 +1,3 @@
 # Milvus Insight
+
+## Dev