There was an error while loading. Please reload this page.
1 parent b294228 commit e399f11Copy full SHA for e399f11
1 file changed
.github/workflows/build.yaml
@@ -30,13 +30,14 @@ jobs:
30
ref: ${{ inputs.ref || github.ref }}
31
generator-version: 6.2.1
32
spec-artifact: ${{ inputs.spec-artifact }}
33
+ spec-file: openapi-legacy.yaml
34
35
- uses: actions/setup-python@v7
36
with:
37
python-version: '3.14'
38
39
# generate.sh stamps the version into setup.py, so it comes from the spec.
- - run: bash ./generate.sh openapi.json "$(jq -r '.info.version' openapi.json)"
40
+ - run: bash ./generate.sh openapi-legacy.yaml "$(yq -r '.info.version' openapi-legacy.yaml)"
41
42
- run: python -m pip install --upgrade pip build
43
0 commit comments