Skip to content

Commit

Permalink
fix(release): adjust goreleaser cli args (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
qvalentin authored Aug 4, 2024
1 parent 13002f0 commit f6b1189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ build-release:
-v `pwd`:/go/src/$(PACKAGE_NAME) \
-w /go/src/$(PACKAGE_NAME) \
ghcr.io/goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
--clean --skip-validate --skip-publish --snapshot
--clean --skip=validate,publish --snapshot

0 comments on commit f6b1189

Please sign in to comment.