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:
parent
94254dc681
commit
f2b47b8a0f
@ -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*
|
||||
|
Loading…
x
Reference in New Issue
Block a user