build: dont validate git state
This commit is contained in:
2
Makefile
2
Makefile
@@ -44,7 +44,7 @@ release: check_goreleaser ## Generate a release, but don't publish
|
|||||||
|
|
||||||
.PHONY: publish
|
.PHONY: publish
|
||||||
publish: check_goreleaser ## Generate a release, and publish
|
publish: check_goreleaser ## Generate a release, and publish
|
||||||
goreleaser --rm-dist
|
goreleaser --rm-dist --skip-validate
|
||||||
|
|
||||||
.PHONY: snapshot
|
.PHONY: snapshot
|
||||||
snapshot: check_goreleaser ## Generate a snapshot release
|
snapshot: check_goreleaser ## Generate a snapshot release
|
||||||
|
|||||||
Reference in New Issue
Block a user