Skip to content

Commit

Permalink
Changed language lib to fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
bwiz committed Aug 20, 2024
1 parent f24edd8 commit 114bc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_sdk_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Generate SDK
run: |
java --version
java -jar ${{ runner.temp }}/openapi-generator-cli.jar generate -i ${{ runner.temp }}/openapispec/openapi.yml -g typescript-rxjs -o ./src -c ${{ runner.temp }}/${{ env.CONFIG_FILE }} --skip-validate-spec
java -jar ${{ runner.temp }}/openapi-generator-cli.jar generate -i ${{ runner.temp }}/openapispec/openapi.yml -g typescript-fetch -o ./src -c ${{ runner.temp }}/${{ env.CONFIG_FILE }} --skip-validate-spec
cp ./src/README.md ./README.md
- name: Create Pull Request
Expand Down

0 comments on commit 114bc9d

Please sign in to comment.