Actually push the tag if instructed to do so (Makefile)

This commit is contained in:
Pablo Zmdl
2025-12-15 15:46:53 +01:00
parent e5d5ed91bd
commit c605db4370

View File

@@ -103,7 +103,7 @@ git-tag:
git-tag-push:
@read -p 'Push the git tag "$(VERSION)" to origin? [yN] ' ;\
if test "$$REPLY" = 'y'; then \
echo git push origin tag $(VERSION) ;\
git push origin tag $(VERSION) ;\
fi; \
edit-changelog: