File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 2020 server-id : central
2121 server-username : MAVEN_CENTRAL_USERNAME
2222 server-password : MAVEN_CENTRAL_TOKEN
23- gpg-private-key : ${{ secrets. GPG_PRIVATE_KEY }}
24- gpg-passphrase : ${{ secrets. GPG_PASSPHRASE }}
23+ gpg-private-key : GPG_PRIVATE_KEY
24+ gpg-passphrase : GPG_PASSPHRASE
2525
2626 - name : Import GPG key
2727 run : |
4040 env :
4141 MAVEN_CENTRAL_USERNAME : ${{ secrets.MAVEN_CENTRAL_USERNAME }}
4242 MAVEN_CENTRAL_TOKEN : ${{ secrets.MAVEN_CENTRAL_TOKEN }}
43+ GPG_PRIVATE_KEY : ${{ secrets.GPG_PRIVATE_KEY }}
44+ GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
Original file line number Diff line number Diff line change 143143 <goals >
144144 <goal >sign</goal >
145145 </goals >
146+ <configuration >
147+ <gpgArguments >
148+ <arg >--pinentry-mode</arg >
149+ <arg >loopback</arg >
150+ </gpgArguments >
151+ </configuration >
146152 </execution >
147153 </executions >
148- <configuration >
149- <gpgArguments >
150- <arg >--pinentry-mode</arg >
151- <arg >loopback</arg >
152- </gpgArguments >
153- </configuration >
154154 </plugin >
155155 <plugin >
156156 <groupId >org.sonatype.central</groupId >
You can’t perform that action at this time.
0 commit comments