1
0
mirror of synced 2026-08-07 07:56:55 +00:00

devops: add publish action (#137)

This commit is contained in:
Yury Semikhatsky
2020-12-16 21:23:41 -08:00
committed by GitHub
parent e7224b67fd
commit 575dbe85b2
2 changed files with 38 additions and 0 deletions
+7
View File
@@ -168,6 +168,13 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<!-- Prevent `gpg` from using pinentry programs -->
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>