diff --git a/.goreleaser.yml b/.goreleaser.yml index 3fee7444..9051074c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -97,18 +97,18 @@ brews: test: | system "#{bin}/kusion version" -scoop: - url_template: "https://github.com/KusionStack/kusion/releases/download/{{ .Tag }}/{{ .ArtifactName }}" - bucket: - owner: KusionStack - name: scoop-bucket - branch: main - token: "{{ .Env.GITHUB_TOKEN }}" - folder: Scoops - commit_author: - name: goreleaserbot - email: bot@goreleaser.com - commit_msg_template: "Scoop update for {{ .ProjectName }} version {{ .Tag }}" - homepage: "http://github.com/KusionStack/kusion" - description: "Codify and deliver intentions to Kubernetes and Clouds." - license: Apache License 2.0 +scoops: + - url_template: "https://github.com/KusionStack/kusion/releases/download/{{ .Tag }}/{{ .ArtifactName }}" + repository: + owner: KusionStack + name: scoop-bucket + branch: main + token: "{{ .Env.GITHUB_TOKEN }}" + folder: Scoops + commit_author: + name: goreleaserbot + email: bot@goreleaser.com + commit_msg_template: "Scoop update for {{ .ProjectName }} version {{ .Tag }}" + homepage: "http://github.com/KusionStack/kusion" + description: "Codify and deliver intentions to Kubernetes and Clouds." + license: Apache License 2.0