Skip to content

Commit e84ba7c

Browse files
feat: fix gorelaser
(cherry picked from commit 3ad13c1)
1 parent e3906f3 commit e84ba7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ builds:
1818
flags:
1919
- -trimpath
2020
ldflags:
21-
- -s -w -X main.version={{.Version}} -X main.ReleaseCommit={{.FullCommit}} -X main.date=123 -X main.ReleaseTag={{.Tag}} -X ain.ReleaseBranch={{.Branch}}
21+
- -s -w -X main.ReleaseTag={{.Tag}} -X main.ReleaseBranch={{.Branch}} -X main.ReleaseCommit={{.FullCommit}}
2222

2323

2424
# Optionally override the matrix generation and specify only the final list of targets.

0 commit comments

Comments
 (0)