We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130aac3 commit 182905cCopy full SHA for 182905c
Makefile
@@ -136,7 +136,7 @@ release-dry-run:
136
-v `pwd`:/go/src/$(PKG):Z \
137
-w /go/src/$(PKG) \
138
ghcr.io/goreleaser/goreleaser-cross-pro:${GOLANG_CROSS_VERSION} \
139
- --clean --skip=validate --skip=sign --prepare
+ release --clean --skip=validate --skip=sign --prepare
140
141
release:
142
@if [ ! -f ".release-env" ]; then \
0 commit comments