Skip to content

Commit 784d8b9

Browse files
committed
Fix git push tag to origin command in Makefile
1 parent 3fce658 commit 784d8b9

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
@@ -17,7 +17,7 @@ publish: .venv
1717
.venv/bin/hatch -v publish
1818

1919
git tag $(VERSION)
20-
git push $(VERSION)
20+
git push origin tag $(VERSION)
2121

2222
test: .venv
2323
.venv/bin/pytest -vv $(PYTEST_ME_PLEASE)

0 commit comments

Comments
 (0)