Skip to content

Commit 5c7fa80

Browse files
committed
chore: --skip=publish deprec
1 parent 6089bd5 commit 5c7fa80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ release-dry-run:
2626
-v `pwd`/sysroot:/sysroot \
2727
-w /go/src/$(PACKAGE_NAME) \
2828
ghcr.io/goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
29-
--clean --skip-validate --skip=publish
29+
--clean --skip=publish,validate
3030

3131
.PHONY: release
3232
release:

0 commit comments

Comments
 (0)