From 819ab92653a245e9dcc0f00bb4de74e2313da2b9 Mon Sep 17 00:00:00 2001 From: Charles d'Avernas Date: Mon, 15 Apr 2024 15:47:31 +0200 Subject: [PATCH] fix(Github): Fixed the publish workflow --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 52e0fc16..68753471 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -183,7 +183,7 @@ jobs: - name: Setup uses: actions/setup-dotnet@v2 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Restore run: dotnet restore - name: Build @@ -232,7 +232,7 @@ jobs: - name: Setup uses: actions/setup-dotnet@v2 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Restore run: dotnet restore - name: Build