From 21e0df42ac0de6caf35a7c61ff7199e6beb23ba9 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Mon, 2 Mar 2020 22:55:57 +0100 Subject: [PATCH] Update azure-pipelines-release.yml for Azure Pipelines --- azure-pipelines-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-release.yml b/azure-pipelines-release.yml index c98f12dfac6..34827897749 100644 --- a/azure-pipelines-release.yml +++ b/azure-pipelines-release.yml @@ -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