feat(流水线): github的流水线配置

This commit is contained in:
燕陇琪
2025-04-02 18:59:35 +08:00
parent 0c2e7b96ec
commit 88333ed930
2 changed files with 28 additions and 64 deletions

View File

@@ -73,6 +73,12 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>