Skip to content

Commit 1fbd364

Browse files
committed
Fix (releases): Update mandatory parameters for New-GitHubRepositoryRelease
1 parent 521ef2b commit 1fbd364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PSGitHubRestApi/Public/New-GitHubRepositoryRelease.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function New-GitHubRepositoryRelease {
1313
[ValidateNotNullOrEmpty()]
1414
[string]$ApiKey
1515
,
16-
[Parameter(Mandatory=$false)]
16+
[Parameter(Mandatory=$true)]
1717
[ValidateNotNullOrEmpty()]
1818
[string]$TagName
1919
,

0 commit comments

Comments
 (0)