Browse Source

Merge pull request #53 from nameczz/main

fix(pencil): Fix release ci
ryjiang 4 years ago
parent
commit
7416ee76cb
2 changed files with 8 additions and 0 deletions
  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