Skip to content

Commit

Permalink
Update deprecated methods in GoReleaser
Browse files Browse the repository at this point in the history
Keeping things up to date by updating deprecated methods in
GoReleaser
  • Loading branch information
frankywahl committed May 21, 2024
1 parent dbbe0f6 commit 06d3789
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 @@ -58,7 +58,7 @@ fmt: ## Run fmt on go files

.PHONY: gorelease
gorelease: ## Build a release locally. This will not be published
SOURCE=$(shell hostname) $(GORELEASER) release --clean --snapshot --skip-publish
SOURCE=$(shell hostname) $(GORELEASER) release --clean --snapshot --skip=publish

.PHONY: help
help: ## Show this help
Expand Down

0 comments on commit 06d3789

Please sign in to comment.