actions debugging

This commit is contained in:
Jonathan Shook 2020-03-12 02:47:04 -05:00
parent 33914ac4a1
commit 719a787ec3
2 changed files with 9 additions and 1 deletions

View File

@ -44,6 +44,13 @@
<tag>HEAD</tag>
</scm>
<dependencies>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>

View File

@ -12,7 +12,8 @@
<properties>
<gpg.executable>gpg</gpg.executable>
<gpg.keyname>${env.GPG_KEY_NAME}</gpg.keyname>
<gpg.passphraseServerId>${env.GPG_SERVER_NAME}</gpg.passphraseServerId>
<gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>
<!-- <gpg.passphraseServerId>${env.GPG_SERVER_NAME}</gpg.passphraseServerId>-->
<!-- <gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>-->
</properties>
</profile>