Skip to content

Commit

Permalink
build: remove --skip-validate
Browse files Browse the repository at this point in the history
  • Loading branch information
l3uddz committed Mar 7, 2021
1 parent 9bd4922 commit 215b4cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ fetch: ## Fetch vendor files

.PHONY: release
release: check_goreleaser ## Generate a release, but don't publish
goreleaser --skip-validate --skip-publish --rm-dist
goreleaser --skip-publish --rm-dist

.PHONY: publish
publish: check_goreleaser ## Generate a release, and publish
goreleaser --rm-dist

.PHONY: snapshot
snapshot: check_goreleaser ## Generate a snapshot release
goreleaser --snapshot --skip-validate --skip-publish --rm-dist
goreleaser --snapshot --skip-publish --rm-dist

.PHONY: help
help:
Expand Down

0 comments on commit 215b4cf

Please sign in to comment.