Skip to content

Commit 00a3847

Browse files
committed
prerelease
1 parent 51fe6ad commit 00a3847

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ jobs:
4949
with:
5050
ref: feature/openapi-generator-sdk
5151

52+
- name: Build SDK
53+
uses: Bandwidth/[email protected]
54+
with:
55+
openapi-generator-version: 7.7.0
56+
language: python
57+
additional-properties: --additional-properties=packageVersion=$RELEASE_VERSION
58+
5259
- name: Install Packages
5360
run: |
5461
pip install -r requirements.txt

0 commit comments

Comments
 (0)