Update azure-pipelines-release.yml for Azure Pipelines

pull/28581/head^2 0.106.3
Bram Kragten 2020-03-02 22:55:57 +01:00 committed by Paulus Schoutsen
parent f7f9126610
commit 21e0df42ac
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ stages:
jq curl
release="$(Build.SourceBranchName)"
created_by="$(curl -s https://api.github.com/repos/home-assistant/home-assistant/releases/tags/${release} | jq --raw-output '.author.login')"
created_by="$(curl -s https://api.github.com/repos/home-assistant/core/releases/tags/${release} | jq --raw-output '.author.login')"
if [[ "${created_by}" =~ ^(balloob|pvizeli|fabaff|robbiet480|bramkragten|frenck)$ ]]; then
exit 0