From 377f14f0017a86296e85f03f73e2cda7c7746b0c Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 26 Aug 2021 15:41:53 +0200 Subject: [PATCH] Add direct publishing for builds Signed-off-by: Knut Ahlers --- .repo-runner.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.repo-runner.yaml b/.repo-runner.yaml index 2afe949..49e767e 100644 --- a/.repo-runner.yaml +++ b/.repo-runner.yaml @@ -7,4 +7,7 @@ commands: - make publish environment: + DRAFT: "false" CGO_ENABLED: 0 + GO111MODULE: on + MOD_MODE: readonly