Skip to content

Commit

Permalink
fix: gpg was not finding the key
Browse files Browse the repository at this point in the history
  • Loading branch information
dialex committed May 29, 2021
1 parent 3288207 commit 15e2395
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@
</goals>
<configuration>
<keyname>9C402311006A9D015297D9B37E877133A50D7F7A</keyname>
<!-- Prevent `gpg` from using pinentry programs -->
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 15e2395

Please sign in to comment.