diff --git a/release.ps1 b/release.ps1 index a579bd6..3bb4b42 100644 --- a/release.ps1 +++ b/release.ps1 @@ -42,6 +42,7 @@ function Invoke-GitHubRequest($Method, $Uri, $Body, $ValidResults) { -Uri "$Uri" ` -Method "$Method" ` -Headers $RequestHeaders ` + -ContentType "application/json" ` -Body @(ConvertTo-JSON $Body) ` -SkipHttpErrorCheck Test-GitHubResult `