Skip to content

Commit

Permalink
Fixes schema updater
Browse files Browse the repository at this point in the history
  • Loading branch information
ksysoev committed Oct 5, 2023
1 parent e9e3716 commit a6056ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Display Go version
run: go version
- name: Install schema generator
run: go install github.com/atombender/go-jsonschema/cmd/[email protected].0
run: go install github.com/atombender/go-jsonschema/cmd/[email protected].1
- name: generate schema
run: make generate_all

Expand Down

0 comments on commit a6056ba

Please sign in to comment.