diff --git a/.github/actions/dotnet/nuget/action.yml b/.github/actions/dotnet/nuget/action.yml index 943410ba..c7626f68 100644 --- a/.github/actions/dotnet/nuget/action.yml +++ b/.github/actions/dotnet/nuget/action.yml @@ -4,7 +4,7 @@ description: 'Publish NuGet packages' inputs: dotnet-version: description: 'The dotnet framework and SDK version.' - default: 8.0.x + default: 7.0.x required: true nuget-api-key: description: 'The NuGet API key to publish artifacts'