Skip to content

Commit 96c49b1

Browse files
committed
Adjusted the build action
1 parent 5833688 commit 96c49b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
distribution: 'temurin'
2424
cache: 'maven'
2525
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
26+
gpg-passphrase: GPG_PASSPHRASE
2627

2728
- name: Build with Maven
2829
run: mvn ${MAVEN_ARGS} verify
2930
env:
30-
GPG_PASSPHRASE: ''
31+
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)