We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60191e1 + 1ef99da commit bc1366fCopy full SHA for bc1366f
.github/workflows/publish.yaml
@@ -93,6 +93,7 @@ jobs:
93
sed -i 's/"packageVersion": "[0-9]*\.[0-9]*\.[0-9]*"/"packageVersion": "${{ env.next_version }}"/' openapitools.json
94
95
- name: Generate API docs
96
+ if: inputs.version == ''
97
run: |
98
find $(cat PACKAGE) -mindepth 1 ! -name 'py.typed' -delete
99
java -jar openapi-generator-cli.jar generate -c openapitools.json
0 commit comments