1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-21 06:54:15 +01:00

Allow use of subkeys.

This commit is contained in:
Simon Josefsson 2014-04-30 11:18:29 +02:00
parent 94254dc681
commit f2b47b8a0f

View File

@ -101,6 +101,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) $(VERSION)
cd $(srcdir) && git tag -u $(KEYID) -m $(VERSION) $(VERSION)
cd $(srcdir) && git push --tags
$(YUBICO_GITHUB_REPO)/publish $(PROJECT) $(VERSION) $(PACKAGE)-$(VERSION).tar.gz*