Skip to content

Commit

Permalink
add release.yml (#526)
Browse files Browse the repository at this point in the history
gpg pinentry mode

Co-authored-by: 钟海 <songzijie.szj@antgroup.com>
  • Loading branch information
ZijieSong and 钟海 authored Jul 3, 2024
1 parent ebd87bd commit 851044d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,12 @@
</goals>
</execution>
</executions>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</plugin>
</plugins>
</build>
Expand Down Expand Up @@ -505,6 +511,12 @@
</goals>
</execution>
</executions>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 851044d

Please sign in to comment.