From 83cae6c1db7f15fe892f15cb1293d1b20e16b655 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 28 Apr 2023 07:33:15 -0400 Subject: Use detached signature when signing releases. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 79195ef..191f12b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,7 +55,7 @@ EXTRA_DIST += \ guix.scm publish: distcheck - gpg --sign --armor --yes guile-syntax-highlight-$(VERSION).tar.gz && \ + gpg --sign --detach-sign --armor --yes guile-syntax-highlight-$(VERSION).tar.gz && \ scp guile-syntax-highlight-$(VERSION).tar.gz \ guile-syntax-highlight-$(VERSION).tar.gz.asc \ publish@dthompson.us:/var/www/files/guile-syntax-highlight/ -- cgit v1.2.3