From 91f85b2791ddd11ee8d769fd616571e39ab9616b Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sat, 28 Sep 2019 11:32:36 -0700 Subject: [PATCH] Fix release task --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6109f53..acf5564 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -122,7 +122,7 @@ stages: - task: GithubRelease@0 inputs: gitHubConnection: 'zola' - repositoryName: 'keats/azure-pipelines-test' + repositoryName: 'getzola/zola' action: 'edit' target: '$(build.sourceVersion)' tagSource: 'manual'