diff --git a/.github/workflows/generate-sdks.yml b/.github/workflows/generate-sdks.yml
index 8bc5ead..42029d2 100644
--- a/.github/workflows/generate-sdks.yml
+++ b/.github/workflows/generate-sdks.yml
@@ -132,12 +132,13 @@ jobs:
sed -i 's/secrets.GPG_PRIVATE/\$\{\{secrets.GPG_PRIVATE\}\}/g' .github/workflows/build.yml
sed -i 's/secrets.GPG_KEYNAME/\$\{\{secrets.GPG_KEYNAME\}\}/g' .github/workflows/publish.yml
sed -i 's/secrets.GPG_PRIVATE/\$\{\{secrets.GPG_PRIVATE\}\}/g' .github/workflows/publish.yml
+ echo "GPG_TTY=$(tty)" >> $GITHUB_ENV
sed -i 's||https://github.com/dofusdude/dofusdude-java|g' pom.xml
sed -i 's||scm:git:git@github.com:dofusdude/dofusdude-java.gitscm:git:git@github.com:dofusdude/dofusdude-java.githttps://github.com/dofusdude/dofusdude-java/tree/mainGNU General Public License 3https://www.gnu.org/licenses/gpl-3.0.txtrepostelzoChristopher Siehhttps://github.com/stelzodeveloper|g' pom.xml
sed -i 's||org.sonatype.centralcentral-publishing-maven-plugin0.4.0truecentraltruetrue|g' pom.xml
sed -i 's||org.apache.maven.pluginsmaven-javadoc-plugin3.6.3attach-javadocsjar|g' pom.xml
sed -i 's||org.apache.maven.pluginsmaven-source-plugin3.3.0attach-sourcesjar|g' pom.xml
- sed -i 's||org.apache.maven.pluginsmaven-gpg-plugin3.2.2sign-artifactsverifysign--pinentry-modeloopback|g' pom.xml
+ sed -i 's||org.apache.maven.pluginsmaven-gpg-plugin3.2.2sign-artifactsverifysign|g' pom.xml
sed -i 's|| org.openapitoolsjackson-databind-nullable0.2.6|g' pom.xml
sed -i 's|| centralCentral Repository Centralhttps://oss.sonatype.org/service/local/staging/deploy/maven2/|g' pom.xml
sed -i 's/\\"/"/g' README.md