Skip to content

Commit

Permalink
fix: goreleaser deprecation notices (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-hm19 committed Jun 12, 2024
1 parent 982e263 commit 88c4a17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dockers:
- "--platform=linux/amd64"

brews:
- tap:
- repository:
owner: KusionStack
name: homebrew-tap
url_template: "https://github.com/KusionStack/kusion/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
Expand All @@ -89,7 +89,7 @@ brews:
commit_author:
name: GoReleaser Bot
email: goreleaser@carlosbecker.com
folder: HomebrewFormula
directory: HomebrewFormula
homepage: "https://github.com/KusionStack/kusion"
description: "Codify and deliver intentions to Kubernetes and Clouds"
license: "Apache License"
Expand All @@ -104,7 +104,7 @@ scoops:
name: scoop-bucket
branch: main
token: "{{ .Env.GITHUB_TOKEN }}"
folder: Scoops
directory: Scoops
commit_author:
name: goreleaserbot
email: bot@goreleaser.com
Expand Down

0 comments on commit 88c4a17

Please sign in to comment.