Skip to content

Commit 88c4a17

Browse files
authored
fix: goreleaser deprecation notices (#1163)
1 parent 982e263 commit 88c4a17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dockers:
7979
- "--platform=linux/amd64"
8080

8181
brews:
82-
- tap:
82+
- repository:
8383
owner: KusionStack
8484
name: homebrew-tap
8585
url_template: "https://github.com/KusionStack/kusion/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
@@ -89,7 +89,7 @@ brews:
8989
commit_author:
9090
name: GoReleaser Bot
9191
92-
folder: HomebrewFormula
92+
directory: HomebrewFormula
9393
homepage: "https://github.com/KusionStack/kusion"
9494
description: "Codify and deliver intentions to Kubernetes and Clouds"
9595
license: "Apache License"
@@ -104,7 +104,7 @@ scoops:
104104
name: scoop-bucket
105105
branch: main
106106
token: "{{ .Env.GITHUB_TOKEN }}"
107-
folder: Scoops
107+
directory: Scoops
108108
commit_author:
109109
name: goreleaserbot
110110

0 commit comments

Comments
 (0)