Skip to content

Commit 7a82c1f

Browse files
committed
fix release
1 parent bd49ba4 commit 7a82c1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
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)