Allow CI to sign commits.

See #100.
This commit is contained in:
Greg L. Turnquist
2022-08-11 09:09:48 -05:00
parent 2cc60ba115
commit 52fa815ce6

View File

@@ -308,6 +308,13 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
<arg>--no-tty</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>