File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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+ 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
You can’t perform that action at this time.
0 commit comments