diff --git a/_atom/ITargets.cs b/_atom/ITargets.cs index 294e148..43ac591 100644 --- a/_atom/ITargets.cs +++ b/_atom/ITargets.cs @@ -76,7 +76,6 @@ await PushPackageToNuget(FileSystem.AtomArtifactsDirectory / tool / toolPackageP .DescribedAs("Pushes artifacts to a GitHub release") .RequiresParam(nameof(GithubToken)) .ConsumesVariable(nameof(SetupBuildInfo), nameof(BuildVersion)) - .RequiresParam(nameof(NugetFeed), nameof(NugetApiKey)) .ConsumesArtifacts(nameof(Pack), ToolsToPack, PlatformNames) .Executes(async () => {