Skip to content

Commit f54a9b1

Browse files
committed
Add env variable
1 parent 87c3d71 commit f54a9b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
run: |
3737
gpg --list-keys
3838
mvn clean verify -Prelease
39+
env:
40+
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
3941

4042
- name: Release
4143
if: ${{ false }}

0 commit comments

Comments
 (0)