Skip to content

Commit cf4934a

Browse files
committed
Default id back in makefile
1 parent 1e4dc36 commit cf4934a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ $(PREFIX)/$(BINNAME):
118118
goreleaser:
119119
$Q mkdir -p $(PREFIX)
120120
$Q $(GOOS_OVERRIDE) $(CGO_OVERRIDE) DEBUG=$(DEBUG) goreleaser build \
121-
--id $(GORELEASER_BUILD_ID)
121+
--id $(GORELEASER_BUILD_ID) \
122122
--snapshot \
123123
--single-target \
124124
--clean \

0 commit comments

Comments
 (0)