Skip to content

Commit

Permalink
remove skip validation
Browse files Browse the repository at this point in the history
  • Loading branch information
jlentink committed Jan 13, 2021
1 parent fbce639 commit 38989b8
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 @@ -28,7 +28,7 @@ build:
goreleaser build --skip-validate --skip-publish --rm-dist

release:
goreleaser release --skip-validate --skip-publish --rm-dist
goreleaser release --rm-dist

linux: linux32 linux64 linuxarm linuxarm64 linuxpi mips64

Expand Down

0 comments on commit 38989b8

Please sign in to comment.