mirror of
https://github.com/Yubico/yubikey-ksm.git
synced 2025-01-19 07:52:17 +01:00
Fix release rule.
This commit is contained in:
parent
bb077e987e
commit
47797e4fda
2
Makefile
2
Makefile
@ -129,5 +129,5 @@ release: dist
|
||||
gpg --detach-sign --default-key $(KEYID) $(PACKAGE)-$(VERSION).tgz
|
||||
gpg --verify $(PACKAGE)-$(VERSION).tgz.sig
|
||||
git tag -u $(KEYID) -m "$(PACKAGE)-$(VERSION)" $(PACKAGE)-$(VERSION)
|
||||
@echo "Release created and tagged, remember to git push && git push --tags"
|
||||
$(YUBICO_GITHUB_REPO)/publish $(PROJECT) $(VERSION) $(PACKAGE)-$(VERSION).tgz*
|
||||
@echo "Release created and tagged, remember to git push && git push --tags"
|
||||
|
Loading…
x
Reference in New Issue
Block a user