We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bbf7f8 commit bba0e9fCopy full SHA for bba0e9f
.github/workflows/release.yaml
@@ -30,7 +30,7 @@ jobs:
30
env:
31
SONATYPE_USER: ${{ secrets.CENTRAL_TOKEN_USERNAME }}
32
SONATYPE_PASSWORD: ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
33
- GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
34
run: |
35
./mvnw -B clean install -DskipTests
36
./mvnw -B clean deploy -Pci,sonatype -s settings.xml
pom.xml
@@ -178,7 +178,7 @@
178
</execution>
179
</executions>
180
<configuration>
181
- <passphrase>${env.GPG_PASSPHRASE}</passphrase>
+ <!-- Password via MAVEN_GPG_PASSPHRASE -->
182
</configuration>
183
</plugin>
184
<plugin>
0 commit comments