Skip to content

Commit e399f11

Browse files
committed
ci: generate from the legacy bundle this SDK ships from
1 parent b294228 commit e399f11

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,14 @@ jobs:
3030
ref: ${{ inputs.ref || github.ref }}
3131
generator-version: 6.2.1
3232
spec-artifact: ${{ inputs.spec-artifact }}
33+
spec-file: openapi-legacy.yaml
3334

3435
- uses: actions/setup-python@v7
3536
with:
3637
python-version: '3.14'
3738

3839
# generate.sh stamps the version into setup.py, so it comes from the spec.
39-
- 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)"
4041

4142
- run: python -m pip install --upgrade pip build
4243

0 commit comments

Comments
 (0)