Skip to content

Commit

Permalink
fix: version build
Browse files Browse the repository at this point in the history
  • Loading branch information
vonglasow committed Apr 15, 2024
1 parent 0340dfd commit c36c724
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ builds:
ldflags:
- -extldflags '-static'
- -s -w
- -X main.version={{.Version}}
- -X main.commitSHA={{.FullCommit}}
- -X main.buildDate={{.Date}}
- -X gaia/commands.version={{.Version}}
- -X gaia/commands.commitSHA={{.FullCommit}}
- -X gaia/commands.buildDate={{.Date}}
brews:
- name: "gaia"
homepage: "https://github.com/vonglasow/gaia"
Expand Down

0 comments on commit c36c724

Please sign in to comment.