Skip to content

Commit

Permalink
fix for a gpg issue?
Browse files Browse the repository at this point in the history
  • Loading branch information
csviri committed Apr 28, 2020
1 parent 3bcfadb commit c38422b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
env:
RELEASE_VERSION: ${{ github.event.release.tag_name }}
# see: https://github.com/keybase/keybase-issues/issues/2798
- name: gpg fix
run: export GPG_TTY=$(tty)
- name: Release Maven package
uses: samuelmeuli/action-maven-publish@v1
with:
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,12 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
1 change: 1 addition & 0 deletions spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.2.6.RELEASE</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit c38422b

Please sign in to comment.