Skip to content

Commit ff45fd9

Browse files
committed
Explicitly name the default build 'step'
1 parent a800160 commit ff45fd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ before:
88

99
builds:
1010
- &BUILD
11+
id: step
1112
env:
1213
- CGO_ENABLED=0
1314
main: ./cmd/step/main.go
@@ -83,7 +84,7 @@ archives:
8384
- goos: windows
8485
format: zip
8586
builds:
86-
- default
87+
- step
8788
wrap_in_directory: "{{ .ProjectName }}_{{ .Version }}"
8889
files:
8990
- README.md

0 commit comments

Comments
 (0)