diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60732e5..558da40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,9 @@ jobs: with: configuration: Release dotnet-sdks: | - 8.x - 9.x - 10.x + 8.0.x + 9.0.x + 10.0.x secrets: NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}