Skip to content

Commit

Permalink
Changed swashbuckle install
Browse files Browse the repository at this point in the history
  • Loading branch information
majora2007 committed Sep 23, 2024
1 parent cb3af8a commit 3c666b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
dotnet-version: 8.0.x

- name: Install Swashbuckle CLI
run: dotnet tool install -g --version 6.5.0 Swashbuckle.AspNetCore.Cli
run: dotnet tool install -g Swashbuckle.AspNetCore.Cli

- run: ./monorepo-build.sh

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/develop-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
dotnet-version: 8.0.x

- name: Install Swashbuckle CLI
run: dotnet tool install -g --version 6.5.0 Swashbuckle.AspNetCore.Cli
run: dotnet tool install -g Swashbuckle.AspNetCore.Cli

- run: ./monorepo-build.sh

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Install Swashbuckle CLI
run: dotnet tool install -g --version 6.5.0 Swashbuckle.AspNetCore.Cli
run: dotnet tool install -g Swashbuckle.AspNetCore.Cli

- run: ./monorepo-build.sh

Expand Down

0 comments on commit 3c666b9

Please sign in to comment.