Skip to content

Commit

Permalink
feat: change released binary name to initium
Browse files Browse the repository at this point in the history
By default gorelease uses the repository name as binary name this is not great since we will end up with a binary called initium-cli.
  • Loading branch information
LucaLanziani committed Sep 20, 2023
1 parent b4910a3 commit 36aa50d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ before:
# you may remove this if you don't need go generate
- go generate ./...
builds:
- env:
- binary: initium
env:
- CGO_ENABLED=0
goos:
- linux
Expand Down

0 comments on commit 36aa50d

Please sign in to comment.