Skip to content

Commit

Permalink
prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoegel committed Nov 11, 2024
1 parent 51fe6ad commit 00a3847
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ jobs:
with:
ref: feature/openapi-generator-sdk

- name: Build SDK
uses: Bandwidth/[email protected]
with:
openapi-generator-version: 7.7.0
language: python
additional-properties: --additional-properties=packageVersion=$RELEASE_VERSION

- name: Install Packages
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit 00a3847

Please sign in to comment.