diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16d853434..83e92d80c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.x + dotnet-version: 6.0.x - name: Fetch all commits run: git fetch --unshallow