Closed mattdot closed 1 month ago
This pull request includes a change to the ldflags in the .goreleaser.yml file to fix an issue with the branch name.
ldflags
.goreleaser.yml
{{ .Branch }}
git
This pull request includes a change to the
ldflags
in the.goreleaser.yml
file to fix an issue with the branch name..goreleaser.yml
: Modified theldflags
to correctly set the branch name using{{ .Branch }}
instead of agit
command.