Skip to content

Commit

Permalink
Test change to point homebrew to S3
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSGK committed Nov 16, 2023
1 parent 1a77271 commit 09b9b74
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ brews:
# Optionally a branch can be provided. (templateable)
#
# Defaults to the default repository branch.
branch: main
branch: releasetest

# Optionally a token can be provided, if it differs from the token
# provided to GoReleaser
Expand All @@ -163,18 +163,18 @@ brews:
# gitlab or gitea)
#
# Default depends on the client.
url_template: "https://github.com/lekkodev/cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
url_template: "https://lekko-cli-releases.s3.amazonaws.com/{{ .Version }}/{{ .ArtifactName }}"

# Allows you to set a custom download strategy. Note that you'll need
# to implement the strategy and add it to your tap repository.
# Example: https://docs.brew.sh/Formula-Cookbook#specifying-the-download-strategy-explicitly
# Default is empty.
download_strategy: GitHubPrivateRepositoryReleaseDownloadStrategy
download_strategy: CurlDownloadStrategy

# Allows you to add a custom require_relative at the top of the formula
# template.
# Default is empty
custom_require: ../lib/custom_download_strategy
# custom_require: ../lib/custom_download_strategy

# Git author used to commit to the repository.
# Defaults are shown.
Expand All @@ -183,7 +183,7 @@ brews:
# email: bot@goreleaser.com

# The project name and current git tag are used in the format string.
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Version }}"

# Folder inside the repository to put the formula.
# Default is the root folder.
Expand Down

0 comments on commit 09b9b74

Please sign in to comment.