Skip to content

Commit 86ebb06

Browse files
committed
Fix release publishing failure.
1 parent 8ab208d commit 86ebb06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ function Invoke-GitHubRequest($Method, $Uri, $Body, $ValidResults) {
4242
-Uri "$Uri" `
4343
-Method "$Method" `
4444
-Headers $RequestHeaders `
45+
-ContentType "application/json" `
4546
-Body @(ConvertTo-JSON $Body) `
4647
-SkipHttpErrorCheck
4748
Test-GitHubResult `

0 commit comments

Comments
 (0)