From 0e4d5b1dce35386a6009323bdfc740631d9727e5 Mon Sep 17 00:00:00 2001 From: Petr Kotas Date: Thu, 1 Jul 2021 10:41:26 +0200 Subject: [PATCH] add release --- .pipelines/go-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/go-build.yaml b/.pipelines/go-build.yaml index ba9f53c..9bdfa43 100644 --- a/.pipelines/go-build.yaml +++ b/.pipelines/go-build.yaml @@ -25,7 +25,7 @@ steps: - task: GithubRelease@0 displayName: Publish release notes inputs: - githubConnection: petrkotas + githubConnection: k8s-object-lock repositoryName: petrkotas/k8s-object-lock action: create addChangeLog: true