From d098e18e04a088e4a64e96a41db8680877210511 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Fri, 3 May 2024 16:13:01 +0200 Subject: [PATCH] Use binary artifacts for releases (#30) --- .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