From 820f4f34694ddfeba8f6719e863419d53dc5c956 Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:02:11 -0600 Subject: [PATCH] Do not generate build attestations for otherBinWorkflow.yml --- pkg/cmd/extension/ext_tmpls/otherBinWorkflow.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/cmd/extension/ext_tmpls/otherBinWorkflow.yml b/pkg/cmd/extension/ext_tmpls/otherBinWorkflow.yml index 60669be08..78ba05171 100644 --- a/pkg/cmd/extension/ext_tmpls/otherBinWorkflow.yml +++ b/pkg/cmd/extension/ext_tmpls/otherBinWorkflow.yml @@ -14,4 +14,3 @@ jobs: - uses: cli/gh-extension-precompile@v1 with: build_script_override: "script/build.sh" - generate_attestations: true