We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b0b4c commit 3bcfadbCopy full SHA for 3bcfadb
.github/workflows/release.yml
@@ -16,6 +16,9 @@ jobs:
16
run: mvn versions:set -DnewVersion="${RELEASE_VERSION:1}" versions:commit
17
env:
18
RELEASE_VERSION: ${{ github.event.release.tag_name }}
19
+ # see: https://github.com/keybase/keybase-issues/issues/2798
20
+ - name: gpg fix
21
+ run: export GPG_TTY=$(tty)
22
- name: Release Maven package
23
uses: samuelmeuli/action-maven-publish@v1
24
with:
0 commit comments