Allow CI to sign commits.

See #100.
This commit is contained in:
Greg L. Turnquist
2022-08-11 09:09:48 -05:00
parent 8589a1cc3f
commit 67b7e88d0b

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>