Skip to content

Commit

Permalink
ci: Fixed auto-update.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Sep 9, 2024
1 parent d4dec11 commit a76e7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/AssemblyAI/generate.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dotnet tool install --global openapigenerator.cli --prerelease
rm -rf Generated
curl -o openapi.yaml https://raw.githubusercontent.com/AssemblyAI/assemblyai-api-spec/main/openapi.yml
sudo npm install -g openapi-down-converter
sudo npm i -g @apiture/openapi-down-convert
openapi-down-convert --input openapi.yaml --output openapi.yaml
dotnet run --project ../../helpers/FixOpenApiSpec openapi.yaml
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit a76e7b3

Please sign in to comment.