Skip to content

Commit

Permalink
Update Language Settings file (#13583)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu authored Sep 4, 2020
1 parent 206f202 commit 23cd9f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/scripts/Language-Settings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function Publish-python-GithubIODocs ()
Write-Host "Discovered Package Name: $PkgName"
Write-Host "Discovered Package Version: $Version"
Write-Host "Directory for Upload: $UnzippedDocumentationPath"

Upload-Blobs -DocDir $UnzippedDocumentationPath -PkgName $PkgName -DocVersion $Version
$releaseTag = RetrieveReleaseTag "PyPI" $PublicArtifactLocation
Upload-Blobs -DocDir $UnzippedDocumentationPath -PkgName $PkgName -DocVersion $Version -ReleaseTag $releaseTag
}
}

0 comments on commit 23cd9f6

Please sign in to comment.