Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ucf4 committed Aug 29, 2024
1 parent 9938cde commit ad39486
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/mvn-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,9 @@ http://maven.apache.org/xsd/settings-1.0.0.xsd">
<username>${env.SONATYPE_USERNAME}</username>
<password>${env.SONATYPE_PASSWORD}</password>
</server>
<server>
<id>gpg.passphrase</id>
<passphrase>GPG_PASSPHRASE</passphrase>
</server>
</servers>
<profiles>
<profile>
<id>release</id>
<properties>
<gpg.executable>gpg</gpg.executable>
<gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>
</properties>
</profile>
</profiles>
</settings>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@
</goals>
</execution>
</executions>
<configuration>
<!--<configuration>
<gpgprivatekey>${env.GPG_PRIVATE_KEY}</gpgprivatekey>
<gpgPassphrase>${env.GPG_PASSPHRASE}</gpgPassphrase>
</configuration>
</configuration>-->
</plugin>
<plugin>
<groupId>org.sonatype.central</groupId>
Expand Down

0 comments on commit ad39486

Please sign in to comment.