Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Oct 22, 2021
1 parent c35ff52 commit 32338b9
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 @@ -33,7 +33,7 @@ snapshot: ## Run goreleaser snapshot
.PHONY: release
release: ## Create a new release from the NEXT_VERSION
@echo " > Creating Release ${NEXT_VERSION}"
@.hack/make/release ${NEXT_VERSION}
@hack/make/release ${NEXT_VERSION}
@goreleaser --rm-dist

.PHONY: destroy
Expand Down

0 comments on commit 32338b9

Please sign in to comment.