Skip to content

Commit bb533e3

Browse files
committed
chore: add explicit build ID
Despite the suggestion in the docs, the build ID does not default to the value of the "binary" field.
1 parent 21f7771 commit bb533e3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.goreleaser.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
builds:
2-
- main: ./cmd/go-cli-github
2+
- id: go-cli-github
33
binary: go-cli-github
4+
main: ./cmd/go-cli-github
45
ldflags:
56
- >
67
-s -w

0 commit comments

Comments
 (0)