Skip to content

Commit 698db3f

Browse files
aksOpsclaude
andcommitted
Fix beta workflow: add missing GPG passphrase for Maven Central signing
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 81b645c commit 698db3f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/beta-java.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
server-username: MAVEN_USERNAME
2323
server-password: MAVEN_PASSWORD
2424
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
25+
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2526

2627
- name: Determine beta version
2728
id: version
@@ -48,6 +49,7 @@ jobs:
4849
env:
4950
MAVEN_USERNAME: ${{ secrets.OSS_NEXUS_USER }}
5051
MAVEN_PASSWORD: ${{ secrets.OSS_NEXUS_PASS }}
52+
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
5153
run: mvn deploy -P release -DskipTests -B
5254

5355
- name: Create git tag

0 commit comments

Comments
 (0)