Skip to content

Commit

Permalink
Merge pull request #99 from milvus-io/dev
Browse files Browse the repository at this point in the history
fix action
  • Loading branch information
nameczz authored Jul 11, 2022
2 parents c62effa + e9ff313 commit 0c66c22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: update submodules
run: |
git submodule init
git submodule update --remote
yarn pre
- name: Build app
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zilliz/milvus2-sdk-node",
"author": "[email protected]",
"version": "2.1.1",
"version": "2.1.2",
"milvusVersion": "v2.1.0",
"main": "dist/milvus",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion proto
Submodule proto updated 2 files
+56 −1 proto/common.proto
+248 −21 proto/milvus.proto

0 comments on commit 0c66c22

Please sign in to comment.