diff --git a/.github/workflows/maven-deploy.yaml b/.github/workflows/maven-deploy.yaml index 77f9ee921e..6818949852 100644 --- a/.github/workflows/maven-deploy.yaml +++ b/.github/workflows/maven-deploy.yaml @@ -86,4 +86,4 @@ jobs: run: |- VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout -pl irs-registry-client) echo "Publishing Version $VERSION to Sonatype" - mvn gpg:sign-and-deploy-file -Dgpg.executable="./gpghelper.sh -Durl=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=ossrh -Dfile=irs-registry-client/target/irs-registry-client-$VERSION-jar-with-dependencies.jar -DgroupId=org.eclipse.tractusx.irs -DartifactId=irs-registry-client -Dversion=$VERSION -Dpackaging=jar + mvn gpg:sign-and-deploy-file -Dgpg.executable="./gpghelper.sh" -Durl=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=ossrh -Dfile=irs-registry-client/target/irs-registry-client-$VERSION-jar-with-dependencies.jar -DgroupId=org.eclipse.tractusx.irs -DartifactId=irs-registry-client -Dversion=$VERSION -Dpackaging=jar