From 695b08969269c19f95206141550835142f408eb7 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 30 Aug 2021 15:56:42 +0200 Subject: [PATCH] CI: Disable draft publishing for releases Signed-off-by: Knut Ahlers --- .repo-runner.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.repo-runner.yaml b/.repo-runner.yaml index 2eff19c..675e1f4 100644 --- a/.repo-runner.yaml +++ b/.repo-runner.yaml @@ -7,6 +7,7 @@ commands: - make ci environment: + DRAFT: "false" CGO_ENABLED: 0 GO111MODULE: on MOD_MODE: readonly