From 40b74c4044352cf38e51f01789c83680032c6c4f Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 16 Sep 2013 11:43:44 +0200 Subject: [PATCH] More release rule fixes. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 52eeb66..a131d87 100644 --- a/Makefile.am +++ b/Makefile.am @@ -137,6 +137,6 @@ release: gpg --detach-sign --default-key $(KEYID) $(PACKAGE)-$(VERSION).tar.gz gpg --verify $(PACKAGE)-$(VERSION).tar.gz.sig cd $(srcdir) && git push - cd $(srcdir) && git tag -u $(KEYID)! -m $(VERSION) v$(VERSION) + cd $(srcdir) && git tag -u $(KEYID) -m $(VERSION) v$(VERSION) cd $(srcdir) && git push --tags $(YUBICO_GITHUB_REPO)/publish $(PROJECT) $(VERSION) $(PACKAGE)-$(VERSION).tar.gz* -- 2.39.5