Skip to content

Commit

Permalink
[VAN-122988] Split into actions
Browse files Browse the repository at this point in the history
  • Loading branch information
timur-malikov_visier committed Jul 30, 2024
1 parent 34efa1e commit 3a23f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-python-driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
spec_file="$SPEC_DIR/${specification}.yaml"
package_name="$PACKAGE_PREFIX.$(echo "$specification" | sed 's/-apis$//; s/-/_/g')"
output_dir="$SDK_REPO_DIR/src/$package_name"
spec_version=$(jq -r '.info.version' "$spec_file")
spec_version=$(awk '/version:/ {gsub(/"| /, "", $2); print $2}' "$spec_file")
mkdir -p $output_dir
openapi-generator-cli generate \
Expand Down

0 comments on commit 3a23f8d

Please sign in to comment.