This repository was archived by the owner on Mar 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,6 @@ jobs:
111
111
- run :
112
112
name : Import GPG Key
113
113
command : |
114
- export GPG_TTY=$(tty)
115
114
echo $GPG_KEY_BASE64 | base64 --decode | gpg --batch --import
116
115
- run :
117
116
name : Set Project Version
Original file line number Diff line number Diff line change 52
52
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
53
53
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
54
54
55
- <gpg .keyname>WebTester</gpg .keyname>
56
-
57
55
<skipUnitTests >false</skipUnitTests >
58
56
<skipIntegrationTests >false</skipIntegrationTests >
59
57
511
509
<goals >
512
510
<goal >sign</goal >
513
511
</goals >
514
- <configuration >
515
- <keyname >${gpg.keyname} </keyname >
516
- <passphrase >${gpg.passphrase} </passphrase >
517
- </configuration >
518
512
</execution >
519
513
</executions >
514
+ <configuration >
515
+ <gpgArguments >
516
+ <arg >--pinentry-mode</arg >
517
+ <arg >loopback</arg >
518
+ </gpgArguments >
519
+ </configuration >
520
520
</plugin >
521
521
<!-- maven central release plugin -->
522
522
<plugin >
You can’t perform that action at this time.
0 commit comments