From aa6de4059fdf730afe9c009de7a1ac59ce30121b Mon Sep 17 00:00:00 2001 From: Carl Tashian Date: Wed, 27 Sep 2023 14:42:34 -0700 Subject: [PATCH] Small tweaks to Winget & Scoop configs --- .goreleaser.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 5e98cf92..1dd1be0b 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -298,7 +298,7 @@ winget: pull_request: # Whether to enable it or not. enabled: true - #check_boxes: true + check_boxes: true # Whether to open the PR as a draft or not. # # Default: false @@ -327,6 +327,7 @@ scoops: repository: owner: smallstep name: scoop-bucket + branch: main # Git author used to commit to the repository. # Defaults are shown.