diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d30c3b33..1df8e12b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Fetch all commits run: git fetch --unshallow