From f682e0ca63a2296d7716240bdcb08d1cc21a7f62 Mon Sep 17 00:00:00 2001 From: Petr Kotas Date: Wed, 28 Jul 2021 10:57:07 +0200 Subject: [PATCH] fix target repository --- .pipelines/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/deploy.yaml b/.pipelines/deploy.yaml index 2839e48..46eb37f 100644 --- a/.pipelines/deploy.yaml +++ b/.pipelines/deploy.yaml @@ -40,7 +40,7 @@ jobs: displayName: Publish release notes inputs: githubConnection: k8s-object-lock - repositoryName: petrkotas/k8s-object-lock-ado-release + repositoryName: petrkotas/k8s-object-lock action: create releaseNotesFile: $(System.DefaultWorkingDirectory)/release.txt addChangeLog: true