Skip to content

Commit

Permalink
fix: build version
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Mar 7, 2024
1 parent f31d415 commit 678959c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Build customization
builds:
- binary: sesamy
main: ./cmd/main.go
main: ./main.go
env:
- CGO_ENABLED=0
goos:
Expand All @@ -17,7 +17,7 @@ builds:
flags:
- -trimpath
ldflags:
- -s -w -X github.com/foomo/sesamy-cli/cmd/actions.version={{.Version}}
- -s -w -X github.com/foomo/sesamy-cli/cmd.version={{.Version}}

release:
prerelease: auto
Expand Down

0 comments on commit 678959c

Please sign in to comment.