diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-04-28 07:33:15 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-04-28 07:33:15 -0400 |
commit | 83cae6c1db7f15fe892f15cb1293d1b20e16b655 (patch) | |
tree | af2593382c4cfcba6c64294c3c652fc2012bf5fc | |
parent | d1bbcb66ba336041a08a89fc42397dac5c8dffd5 (diff) |
Use detached signature when signing releases.
-rw-r--r-- | Makefile.am | 2 |
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/ |