Skip to content

Commit f6b1189

Browse files
authored
fix(release): adjust goreleaser cli args (#104)
https://goreleaser.com/deprecations/?h=skip+validate#after_9
1 parent 13002f0 commit f6b1189

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
@@ -84,4 +84,4 @@ build-release:
8484
-v `pwd`:/go/src/$(PACKAGE_NAME) \
8585
-w /go/src/$(PACKAGE_NAME) \
8686
ghcr.io/goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
87-
--clean --skip-validate --skip-publish --snapshot
87+
--clean --skip=validate,publish --snapshot

0 commit comments

Comments
 (0)