Skip to content

Commit

Permalink
skip validations
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Apr 22, 2024
1 parent 08a90a0 commit 213b25b
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 @@ -23,7 +23,7 @@ build:

.PHONY: release
release:
go run github.com/goreleaser/goreleaser@$(GORELEASER_VERSION) release --clean --skip-publish
go run github.com/goreleaser/goreleaser@$(GORELEASER_VERSION) release --clean --skip-publish --skip-validate --skip-before

.PHONY: release-notes
release-notes:
Expand Down

0 comments on commit 213b25b

Please sign in to comment.