Update test.yml

This commit is contained in:
Dmitry Nefedov
2022-09-06 20:10:42 +03:00
committed by GitHub
parent f6c5b9cb49
commit 575da01fee

View File

@@ -20,8 +20,8 @@ jobs:
$Release = (Get-Content -Path test.md -Encoding utf8 -Raw).replace("`n", "%0A").replace("`r", "%0D")
$Parameters = @{
Uri = "https://api.github.com/repos/Sophia-Community/SophiApp/releases"
UseBasicParsing = $true
Uri = "https://api.github.com/repos/Sophia-Community/SophiApp/releases"
UseBasicParsing = $true
Verbose = $true
}
$Penultimate = (Invoke-RestMethod @Parameters).tag_name | Select-Object -Index 1