Skip to content

Commit 118c307

Browse files
committed
Fix: further cleanup of Java workflow
1 parent ec3e630 commit 118c307

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
env:
6161
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
6262
MAVEN_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
63-
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
63+
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

java/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@
156156
<arg>--pinentry-mode</arg>
157157
<arg>loopback</arg>
158158
</gpgArguments>
159-
<passphrase>${env.MAVEN_GPG_PASSPHRASE}</passphrase>
160159
</configuration>
161160
<executions>
162161
<execution>

0 commit comments

Comments
 (0)