From: Simon Josefsson Date: Mon, 16 Sep 2013 09:43:44 +0000 (+0200) Subject: More release rule fixes. X-Git-Tag: v1.14.2~21 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40b74c4044352cf38e51f01789c83680032c6c4f;p=yubikey-personalization More release rule fixes. --- 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*