]> err.no Git - yubikey-personalization/commitdiff
More release rule fixes.
authorSimon Josefsson <simon@josefsson.org>
Mon, 16 Sep 2013 09:43:44 +0000 (11:43 +0200)
committerSimon Josefsson <simon@josefsson.org>
Mon, 16 Sep 2013 09:43:44 +0000 (11:43 +0200)
Makefile.am

index 52eeb6669cdc9e1930daf8d809231a942848aa88..a131d87a3d00562f06fbad44eda8e033a8e7291f 100644 (file)
@@ -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*