Skip to content

Commit

Permalink
remove ids from config
Browse files Browse the repository at this point in the history
  • Loading branch information
stcrestrada committed Jun 27, 2021
1 parent c7838bc commit 4df31db
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ brews:
# Default to project name
name: gee

# IDs of the archives to use.
# Defaults to all.
ids:
- foo
- bar

# GOARM to specify which 32-bit arm version to use if there are multiple versions
# from the build section. Brew formulas support atm only one 32-bit version.
# Default is 6 for all artifacts or each id if there a multiple versions.
Expand All @@ -55,7 +49,6 @@ brews:
tap:
owner: stcrestrada
name: homebrew-tap
# Optionally a token can be provided, if it differs from the token provided to GoReleaser

# Template for the url which is determined by the given Token (github or gitlab)
# Default for github is "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
Expand Down

0 comments on commit 4df31db

Please sign in to comment.