Skip to content

Commit

Permalink
Update json-schemas.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fuksman authored Oct 15, 2023
1 parent dd53e2e commit 001c1dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/json-schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
# generate json schemas
- name: Generate JSON Schemas
run: |
mkdir json
mkdir json/models
mkdir -p json
mkdir -p json/models
protoc --jsonschema_out=./json/models --proto_path=. models.proto
# commit and push changes
Expand Down

0 comments on commit 001c1dc

Please sign in to comment.