Skip to content

Commit 3d6fc43

Browse files
authored
fix: update client build (#41)
1 parent ff5986a commit 3d6fc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-clients.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Generate client
1616
# -p properties https://openapi-generator.tech/docs/generators/typescript
1717
run: |
18-
docker run --rm -v ${GITHUB_WORKSPACE}:/local openapitools/openapi-generator:cli-5.3.x \
18+
docker run --rm -v ${GITHUB_WORKSPACE}:/local openapitools/openapi-generator-cli:v7.0.0 \
1919
generate -i /local/api/notification-service.yaml \
2020
-g typescript \
2121
-o /local/client \

0 commit comments

Comments
 (0)