Skip to content

Commit 9709709

Browse files
Fix release notes command formatting in Publish-PSModule
1 parent 944fa95 commit 9709709

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/helpers/Publish-PSModule.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@
388388
$releaseCreateCommand += @('--notes', $prBody)
389389
Write-Output 'Using PR body as release notes'
390390
} else {
391-
$releaseCreateCommand += '--generate-notes'
391+
$releaseCreateCommand += @('--generate-notes')
392392
}
393393

394394
# Add remaining parameters

0 commit comments

Comments
 (0)