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 52bc717 commit 893d385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
</execution>
</executions>
<configuration>
<gpgprivatekey>${env.GPG_PRIVATE_KEY}</gpgprivatekey>
<gpgPassphrase>${env.GPG_PASSPHRASE}</gpgPassphrase>
<gpgprivatekey>GPG_PRIVATE_KEY</gpgprivatekey>
<gpgPassphrase>GPG_PASSPHRASE</gpgPassphrase>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 893d385

Please sign in to comment.