Skip to content

Commit

Permalink
skip sign for snapshot for now
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
  • Loading branch information
cpanato authored and poiana committed Mar 14, 2022
1 parent d527e65 commit 323fca8
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 @@ -95,7 +95,7 @@ goreleaser: ## Release using goreleaser

.PHONY: goreleaser-snapshot
goreleaser-snapshot: ## Release snapshot using goreleaser
LDFLAGS="$(LDFLAGS)" goreleaser --snapshot --rm-dist
LDFLAGS="$(LDFLAGS)" goreleaser --snapshot --skip-sign --rm-dist

## --------------------------------------
## Tooling Binaries
Expand Down

0 comments on commit 323fca8

Please sign in to comment.