From 4c45cd6600fe4b0023f48943ce3fee0f522b3248 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Fri, 3 May 2024 17:00:47 +0300 Subject: [PATCH] Use binary artifacts for releases --- .github/workflows/feature-branch.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/feature-branch.yml b/.github/workflows/feature-branch.yml index e1ef782..6ebbbc6 100644 --- a/.github/workflows/feature-branch.yml +++ b/.github/workflows/feature-branch.yml @@ -78,4 +78,5 @@ jobs: uses: cloudposse/.github/.github/workflows/shared-go-auto-release.yml@main with: publish: true - secrets: inherit \ No newline at end of file + format: binary + secrets: inherit