Skip to content

Commit

Permalink
chore: --skip=publish deprec
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod committed Nov 7, 2024
1 parent 6089bd5 commit 5c7fa80
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 @@ -26,7 +26,7 @@ release-dry-run:
-v `pwd`/sysroot:/sysroot \
-w /go/src/$(PACKAGE_NAME) \
ghcr.io/goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
--clean --skip-validate --skip=publish
--clean --skip=publish,validate

.PHONY: release
release:
Expand Down

0 comments on commit 5c7fa80

Please sign in to comment.