summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-04-28 07:33:15 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-04-28 07:33:15 -0400
commit83cae6c1db7f15fe892f15cb1293d1b20e16b655 (patch)
treeaf2593382c4cfcba6c64294c3c652fc2012bf5fc
parentd1bbcb66ba336041a08a89fc42397dac5c8dffd5 (diff)
Use detached signature when signing releases.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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/