Skip to content

Commit 6306c1a

Browse files
committed
fix makefile
1 parent 1238b53 commit 6306c1a

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
@@ -25,7 +25,7 @@ release:
2525
ifeq ($(strip $(version)),)
2626
@echo usage: make release version=v1.0
2727
else
28-
@echo git tag $(version)
28+
@git tag $(version)
2929
git push origin tag $(version)
3030
endif
3131

0 commit comments

Comments
 (0)