File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 17
17
env :
18
18
RELEASE_VERSION : ${{ github.event.release.tag_name }}
19
19
# see: https://github.com/keybase/keybase-issues/issues/2798
20
- - name : gpg fix
21
- run : export GPG_TTY=$(tty)
22
20
- name : Release Maven package
23
21
uses : samuelmeuli/action-maven-publish@v1
24
22
with :
Original file line number Diff line number Diff line change 179
179
<goals >
180
180
<goal >sign</goal >
181
181
</goals >
182
+ <configuration >
183
+ <gpgArguments >
184
+ <arg >--pinentry-mode</arg >
185
+ <arg >loopback</arg >
186
+ </gpgArguments >
187
+ </configuration >
182
188
</execution >
183
189
</executions >
184
190
</plugin >
Original file line number Diff line number Diff line change 31
31
<plugin >
32
32
<groupId >org.springframework.boot</groupId >
33
33
<artifactId >spring-boot-maven-plugin</artifactId >
34
+ <version >2.2.6.RELEASE</version >
34
35
</plugin >
35
36
</plugins >
36
37
</build >
You can’t perform that action at this time.
0 commit comments