File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1717 env :
1818 RELEASE_VERSION : ${{ github.event.release.tag_name }}
1919 # see: https://github.com/keybase/keybase-issues/issues/2798
20- - name : gpg fix
21- run : export GPG_TTY=$(tty)
2220 - name : Release Maven package
2321 uses : samuelmeuli/action-maven-publish@v1
2422 with :
Original file line number Diff line number Diff line change 179179 <goals >
180180 <goal >sign</goal >
181181 </goals >
182+ <configuration >
183+ <gpgArguments >
184+ <arg >--pinentry-mode</arg >
185+ <arg >loopback</arg >
186+ </gpgArguments >
187+ </configuration >
182188 </execution >
183189 </executions >
184190 </plugin >
Original file line number Diff line number Diff line change 3131 <plugin >
3232 <groupId >org.springframework.boot</groupId >
3333 <artifactId >spring-boot-maven-plugin</artifactId >
34+ <version >2.2.6.RELEASE</version >
3435 </plugin >
3536 </plugins >
3637 </build >
You can’t perform that action at this time.
0 commit comments