Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit 62190ad

Browse files
committed
fix makefile
1 parent ef40d36 commit 62190ad

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
@@ -5,6 +5,6 @@ test:
55
go test ./...
66

77
github_release:
8-
git tag -a v$(VERSION) -m "Release v$(VERSION)" || true
8+
git tag -a $(VERSION) -m "Release v$(VERSION)" || true
99
git push origin $(VERSION)
1010

0 commit comments

Comments
 (0)