Skip to content

Commit

Permalink
Merge pull request #23 from databox/typescript-fetch
Browse files Browse the repository at this point in the history
Changed language lib to fetch
  • Loading branch information
bwiz authored Aug 21, 2024
2 parents f24edd8 + 114bc9d commit d3eebf9
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 d3eebf9

Please sign in to comment.