From e4cbdc29a210613ca4aafc145cb1a699edb227c1 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 17 Jul 2019 12:33:46 -0700 Subject: [PATCH] Update azure-pipelines-release.yml --- 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 26dbc41ddd..c1ba3daca1 100644 --- a/azure-pipelines-release.yml +++ b/azure-pipelines-release.yml @@ -37,7 +37,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/home-assistant-polymer/releases/tags/${release} | jq --raw-output '.author.login')" if [[ "${created_by}" =~ ^(balloob)$ ]]; then exit 0