Skip to content

Commit

Permalink
Fix GoReleaser config issues
Browse files Browse the repository at this point in the history
Use `directory` instead of `folder` in GoReleaser.

Remove `archives` `replacements` section, which is unnecessary.
  • Loading branch information
HeavyWombat committed May 15, 2024
1 parent 0a4043b commit d6e9fe9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ builds:
- -s -w -extldflags "-static" -X main.version={{.Version}}
mod_timestamp: '{{ .CommitTimestamp }}'

archives:
- replacements:
darwin: darwin
linux: linux

checksum:
name_template: 'checksums.txt'

Expand All @@ -39,7 +34,7 @@ brews:
commit_author:
name: GoReleaser Bot
email: goreleaser@carlosbecker.com
folder: HomebrewFormula
directory: HomebrewFormula
homepage: "https://github.com/homeport/retry"
description: "Tool to retry a command in case it fails"
license: "MIT"
Expand Down

0 comments on commit d6e9fe9

Please sign in to comment.