From 6f6b30f28764d56d83fc532c1839bee2ece6b821 Mon Sep 17 00:00:00 2001 From: Daniel Wu Date: Wed, 18 Oct 2023 22:40:59 -0400 Subject: [PATCH] modify workflow for scoop --- .goreleaser.yaml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 94573e8..de42099 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -55,21 +55,11 @@ brews: zsh_completion.install "completions/dlp-cli.zsh" => "_dlp-cli" fish_completion.install "completions/dlp-cli.fish" -winget: +scoops: - name: dlp-cli - publisher: DSGT-DLP - short_description: "CLI for Deep Learning Playground" - license: "mit" repository: owner: DSGT-DLP - name: dlp-cli - branch: "winget-manifest--{{.Version}}" - pull_request: - enabled: true - base: - owner: DSGT-DLP - name: dlp-cli - branch: main + name: scoop-dlp-cli # The lines beneath this are called `modelines`. See `:help modeline` # Feel free to remove those if you don't want/use them. # yaml-language-server: $schema=https://goreleaser.com/static/schema.json