File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,6 +108,9 @@ jobs:
108108 # run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
109109 # env:
110110 # GITHUB_TOKEN: ${{ github.token }}
111+ - name : Fix TTY
112+ run : export GPG_TTY=$(tty)
113+
111114 - name : Publish package RELEASE150
112115 run : mvn --batch-mode gpg:sign-and-deploy-file -DpomFile=pom.xml -Dnetbeans.release.version=RELEASE150 -Dnext.version=RELEASE150-${{ env.RELEASE_VERSION }} -Durl=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=ossrh -Dfile=target/nbm/python-RELEASE150-${{ env.RELEASE_VERSION }}.nbm -Dversion=python-RELEASE150-${{ env.RELEASE_VERSION }}
113116 env :
Original file line number Diff line number Diff line change 5959 <gpgArguments >
6060 <arg >--pinentry-mode</arg >
6161 <arg >loopback</arg >
62+ <arg >--no-tty</arg >
6263 </gpgArguments >
6364 </configuration >
6465 </execution >
You can’t perform that action at this time.
0 commit comments