Skip to content

Commit afc819c

Browse files
committed
add build to release target
1 parent 551f257 commit afc819c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cloc:
4040
.PHONY: cloc
4141

4242
# Release binaries to GitHub.
43-
release:
43+
release: build
4444
@echo "==> Releasing"
4545
@goreleaser -p 1 --rm-dist -config .goreleaser.yml
4646
@echo "==> Complete"

0 commit comments

Comments
 (0)