diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index af3678f..65b55d0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,7 +38,7 @@ jobs: - uses: nuget/setup-nuget@v2 name: Setup NuGet with: - nuget-version: "latest" + nuget-version: '5.x' - name: Cache NuGet packages uses: actions/cache@v4