aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c18ee30..c792114 100644
--- a/Makefile
+++ b/Makefile
@@ -54,9 +54,11 @@ publish-crates-io: test
@cargo publish
.PHONY: publish-crates-io
+# force shell instead of exec to work around
+# https://savannah.gnu.org/bugs/?57962 since i have ~/.bin/git as a directory
publish-git-tags: test
- @git tag $(VERSION)
- @git push --tags
+ @:; git tag $(VERSION)
+ @:; git push --tags
.PHONY: publish-git-tags
publish-deb: test pkg/$(DEB_PACKAGE) pkg/$(DEB_PACKAGE).minisig release-dir-deb