We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd49ba4 commit 7a82c1fCopy full SHA for 7a82c1f
Makefile
@@ -15,4 +15,4 @@ test:
15
.PHONY: release
16
release:
17
@git tag $(VERSION)
18
- @git push --follow-tags
+ @git push origin tag $(VERSION)
0 commit comments