Skip to content

Commit

Permalink
fix(workflow):[-] Add missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jkreutzfeld committed Jul 13, 2023
1 parent f99e56d commit ffb5366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ffb5366

Please sign in to comment.