Skip to content

Commit 3213a6f

Browse files
rjmholtRobert Holt
authored andcommitted
Update GH module
1 parent 2616e7c commit 3213a6f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tools/GitHubTools.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,4 +332,4 @@ function Publish-GitHubRelease
332332
return $response
333333
}
334334

335-
Export-ModuleMember -Function Copy-GitRepository,Submit-GitChanges,New-GitHubPR
335+
Export-ModuleMember -Function Copy-GitRepository,Submit-GitChanges,New-GitHubPR,Publish-GitHubRelease

tools/postReleaseScripts/publishGHRelease.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,4 @@ $releaseParams = @{
6060
Description = GetDescriptionFromChangelog -ChangelogPath $ChangelogPath
6161
GitHubToken = $GitHubToken
6262
}
63-
CreateNewRelease @releaseParams
64-
63+
Publish-GitHubRelease @releaseParams

0 commit comments

Comments
 (0)