Skip to content

Commit 51fe6ad

Browse files
committed
SWI-6181 Update Deploy Workflow
1 parent 17b768f commit 51fe6ad

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
run: |
110110
re=[0-9]+\.[0-9]+\.[0-9]+
111111
if ! [[ $RELEASE_VERSION =~ $re ]]; then
112-
echo 'Tag does not match expected regex pattern for beta releases (v[0-9]+.[0-9]+.[0-9]+b[0-9]+)'
112+
echo 'Tag does not match expected regex pattern for releases (v[0-9]+.[0-9]+.[0-9]+b[0-9]+)'
113113
echo $RELEASE_VERSION
114114
echo 'Please update your tag to match the expected regex pattern'
115115
exit 1
@@ -118,6 +118,13 @@ jobs:
118118
- name: Checkout
119119
uses: actions/checkout@v4
120120

121+
- name: Build SDK
122+
uses: Bandwidth/[email protected]
123+
with:
124+
openapi-generator-version: 7.7.0
125+
language: python
126+
additional-properties: --additional-properties=packageVersion=$RELEASE_VERSION
127+
121128
- name: Install Packages
122129
run: |-
123130
pip install -r requirements.txt

0 commit comments

Comments
 (0)