Skip to content

Commit 128a2de

Browse files
committed
Remove GPG_PASSPHRASE secret dependency since key has no passphrase
https://claude.ai/code/session_01ToqqHtNtg7kdm8TmAMZYe8
1 parent 7d3bedb commit 128a2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
env:
3434
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3535
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
36-
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
36+
MAVEN_GPG_PASSPHRASE: ''
3737
run: mvn deploy -DskipTests=true

0 commit comments

Comments
 (0)