Skip to content

Commit 182905c

Browse files
jdossmaraino
andauthored
Update Makefile
Co-authored-by: Mariano Cano <[email protected]>
1 parent 130aac3 commit 182905c

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
@@ -136,7 +136,7 @@ release-dry-run:
136136
-v `pwd`:/go/src/$(PKG):Z \
137137
-w /go/src/$(PKG) \
138138
ghcr.io/goreleaser/goreleaser-cross-pro:${GOLANG_CROSS_VERSION} \
139-
--clean --skip=validate --skip=sign --prepare
139+
release --clean --skip=validate --skip=sign --prepare
140140

141141
release:
142142
@if [ ! -f ".release-env" ]; then \

0 commit comments

Comments
 (0)