Skip to content

Commit 2c5f3e1

Browse files
committed
💚 fix publish script
1 parent 6e42dfe commit 2c5f3e1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Publish-ToPSGallery.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ $releaseNotes = $env:RELEASE_NOTES
99

1010
Write-Host "ModuleVersion: $moduleVersion"
1111

12-
$manifestPath = Resolve-Path -Path "*\*.psd1"
12+
13+
$manifestPath = Resolve-Path -Path "*\PSGitChangelog.psd1"
1314
Write-Host "Manifest Path: $manifestPath"
1415

16+
$Releasenotes = Get-Githistory -OutputAs md
1517

1618
Update-ModuleManifest -ReleaseNotes $releaseNotes -Path $manifestPath.Path -ModuleVersion $moduleVersion #-Verbose
1719

0 commit comments

Comments
 (0)