Skip to content

Commit

Permalink
Upgrade deployment workflow for the API to.NET 8 on all environments. (
Browse files Browse the repository at this point in the history
  • Loading branch information
Zifah authored Aug 23, 2024
1 parent 9c9d442 commit 709ebb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-deploy-PROD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
secrets: inherit
with:
project-name: Api
dotnet-version: '6.0.x'
dotnet-version: '8.0.x'
service-name: ${{ needs.fetch-vars.outputs.service_name }}
service-path: ${{ needs.fetch-vars.outputs.service_path }}
environment: PROD
2 changes: 1 addition & 1 deletion .github/workflows/api-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
secrets: inherit
with:
project-name: Api
dotnet-version: '6.0.x'
dotnet-version: '8.0.x'
service-name: ${{ needs.fetch-vars.outputs.service_name }}
service-path: ${{ needs.fetch-vars.outputs.service_path }}
environment: staging

0 comments on commit 709ebb2

Please sign in to comment.