Skip to content

Commit 7412cad

Browse files
committed
Add MAVEN_GPG_PASSPHRASE to environment for Maven deployment
1 parent 05d3bc2 commit 7412cad

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ jobs:
124124
gpg-passphrase: GPG_PASSPHRASE
125125

126126
- name: Deploy to Maven Central
127+
env:
128+
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
127129
run: mvn -B clean deploy -Prelease -DskipTests -Dgpg.useAgent=false
128130

129131
sbom:

0 commit comments

Comments
 (0)