Skip to content

Commit 7a82c1f

Browse files
committed
fix release
1 parent bd49ba4 commit 7a82c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ test:
1515
.PHONY: release
1616
release:
1717
@git tag $(VERSION)
18-
@git push --follow-tags
18+
@git push origin tag $(VERSION)

0 commit comments

Comments
 (0)