Skip to content

Commit

Permalink
fixed publish to Github
Browse files Browse the repository at this point in the history
  • Loading branch information
majkinetor committed May 18, 2018
1 parent b483f6b commit 0108869
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions publish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ function get_release_notes() {
}

function Publish-Github() {

[System.Net.ServicePointManager]::SecurityProtocol = 3072 -bor 768 -bor [System.Net.SecurityProtocolType]::Tls -bor [System.Net.SecurityProtocolType]::Ssl3

if (!$Github) { Write-Host "Github publish disabled."; return }
Write-Host 'Publishing to Github'

Expand Down

0 comments on commit 0108869

Please sign in to comment.