Skip to content

Commit

Permalink
regenerate using latest webrpc
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasJenicek committed Mar 8, 2024
1 parent c4f768c commit 4b087a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install webrpc-gen
run: |
curl -o ./webrpc-gen -fLJO https://github.com/webrpc/webrpc/releases/download/v0.14.3/webrpc-gen.linux-amd64
curl -o ./webrpc-gen -fLJO https://github.com/webrpc/webrpc/releases/download/v0.15.1/webrpc-gen.linux-amd64
chmod +x ./webrpc-gen
echo $PWD >> $GITHUB_PATH
Expand Down
2 changes: 1 addition & 1 deletion _examples/openapi.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -702,4 +702,4 @@ paths:
- $ref: '#/components/schemas/ErrorWebrpcBadResponse'
- $ref: '#/components/schemas/ErrorWebrpcServerPanic'
- $ref: '#/components/schemas/ErrorWebrpcInternalError'
- $ref: '#/components/schemas/ErrorDatabaseDown'
- $ref: '#/components/schemas/ErrorDatabaseDown'

0 comments on commit 4b087a2

Please sign in to comment.