Skip to content

Commit

Permalink
Fix release config.
Browse files Browse the repository at this point in the history
  • Loading branch information
osantana85 committed Oct 16, 2024
1 parent d36646d commit 983b0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<localCheckout>true</localCheckout>
<pushChanges>false</pushChanges>
<mavenExecutorId>forked-path</mavenExecutorId>
<arguments>-Dgpg.passphrase=${env.MAVEN_CENTRAL_TOKEN}</arguments>
<arguments>-Dgpg.passphrase=${env.GPG_PASSPHRASE}</arguments>
</configuration>
<dependencies>
<dependency>
Expand Down

0 comments on commit 983b0d2

Please sign in to comment.