Skip to content

Commit b02a272

Browse files
authored
Merge pull request #23 from DecSmith42/patch/v1.8.1
fix(build): remove unnecessary parameter requirements for GitHub release
2 parents f80b670 + bfd9bfe commit b02a272

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

_atom/ITargets.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ internal interface ITargets : IDotnetPackHelper, IDotnetTestHelper, INugetHelper
6565
.DescribedAs("Pushes artifacts to a GitHub release")
6666
.RequiresParam(nameof(GithubToken))
6767
.ConsumesVariable(nameof(SetupBuildInfo), nameof(BuildVersion))
68-
.RequiresParam(nameof(NugetFeed), nameof(NugetApiKey))
6968
.ConsumesArtifacts(nameof(Pack), ProjectsToPack)
7069
.ConsumesArtifacts(nameof(Test),
7170
ProjectsToTest,

0 commit comments

Comments
 (0)