We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982e263 commit 88c4a17Copy full SHA for 88c4a17
.goreleaser.yml
@@ -79,7 +79,7 @@ dockers:
79
- "--platform=linux/amd64"
80
81
brews:
82
- - tap:
+ - repository:
83
owner: KusionStack
84
name: homebrew-tap
85
url_template: "https://github.com/KusionStack/kusion/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
@@ -89,7 +89,7 @@ brews:
89
commit_author:
90
name: GoReleaser Bot
91
email: [email protected]
92
- folder: HomebrewFormula
+ directory: HomebrewFormula
93
homepage: "https://github.com/KusionStack/kusion"
94
description: "Codify and deliver intentions to Kubernetes and Clouds"
95
license: "Apache License"
@@ -104,7 +104,7 @@ scoops:
104
name: scoop-bucket
105
branch: main
106
token: "{{ .Env.GITHUB_TOKEN }}"
107
- folder: Scoops
+ directory: Scoops
108
109
name: goreleaserbot
110
0 commit comments