Skip to content

Commit 7e4a874

Browse files
committed
#initial-commit
1 parent 5027b0d commit 7e4a874

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
4343
- name: Build with Maven
4444
run: |
45-
mvn clean deploy -Dgpg.keyname=$GPG_KEY_ID \
45+
mvn clean deploy -Dgpg.passphrase=$GPG_PASSPHRASE \
46+
-Dgpg.keyname=$GPG_KEY_ID \
4647
-Dgpg.executable=gpg \
4748
-Dgpg.pinentry.mode=loopback
4849
env:

0 commit comments

Comments
 (0)