From 860e2577a8f9316dfca84252799b41ac3398ab4f Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Fri, 24 May 2024 10:57:19 +0200 Subject: [PATCH] ci: Fix auto-release (#382) --- .github/workflows/ci.yml | 2 +- .github/workflows/release-automated.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ddec8a0..829e364b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Set up .NET SDK uses: actions/setup-dotnet@v4 with: - dotnet-version: '5.0.x' + dotnet-version: '6.x' - name: Cache NuGet packages uses: actions/cache@v2 with: diff --git a/.github/workflows/release-automated.yml b/.github/workflows/release-automated.yml index f4863e62..2c89b036 100644 --- a/.github/workflows/release-automated.yml +++ b/.github/workflows/release-automated.yml @@ -15,7 +15,7 @@ jobs: - name: Set up .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: '8' + dotnet-version: '6.x' # - name: Restore .NET dependencies # run: dotnet restore /home/runner/work/Parse-SDK-dotNET/Parse-SDK-dotNET/Parse/Parse.csproj # - name: Build .NET project