Skip to content

Commit

Permalink
feat(Makefile): update deprecated goreleaser flags for 'make release-…
Browse files Browse the repository at this point in the history
…local'

Signed-off-by: Casale, Robert <Robert.Casale@fmr.com>
  • Loading branch information
Gearheads committed Jan 10, 2024
1 parent 6ecef9e commit 6783019
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 @@ -86,7 +86,7 @@ release: # Builds a release

.PHONY: release-local
release-local: # Builds a relase locally
goreleaser --snapshot --skip-publish --rm-dist
goreleaser --snapshot --skip=publish --clean

##@ Test & CI

Expand Down

0 comments on commit 6783019

Please sign in to comment.