Skip to content

Commit ac11483

Browse files
committed
Merge remote-tracking branch 'upstream/maint/1.10.0'
2 parents 03a0626 + 11dcf86 commit ac11483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Regenerate context types
6262
run: |
6363
jq .meta.context schema.json \
64-
| npx quicktype --src-lang schema --lang ts -t Context --just-types \
64+
| npx quicktype --src-lang schema --lang ts -t Context --just-types true \
6565
> context.ts
6666
- name: Regenerate metaschema types
6767
run: |

0 commit comments

Comments
 (0)