Skip to content

Commit

Permalink
Merge pull request #6174 from signalco-io/fix/ci/infra-dotnet-8
Browse files Browse the repository at this point in the history
fix(ci): Infra deploy dotnet version missmatch
  • Loading branch information
AleksandarDev authored Nov 2, 2024
2 parents 1ea4ee6 + ac49bc5 commit a92b39e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/infra-deploy_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ defaults:
run:
working-directory: ./infra

env:
DOTNET_VERSION: "7.0.x" # set this to the dotnet version to use

jobs:
infra-build-and-execute:
runs-on: ubuntu-latest
Expand All @@ -39,7 +36,7 @@ jobs:
- name: ✨ Setup DotNet ${{ env.DOTNET_VERSION }} Environment
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
dotnet-version: 8.0.x

- name: ✨ Setup Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit a92b39e

Please sign in to comment.