File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -130,9 +130,6 @@ jobs:
130130 cat <(echo -e "${{ secrets.GPG_PRIVATE_KEY }}") | gpg --batch --import
131131 ./mvnw -B -ntp -am -pl r2dbc-mysql clean javadoc:jar package gpg:sign org.sonatype.plugins:nexus-staging-maven-plugin:deploy -DnexusUrl=https://s01.oss.sonatype.org -DserverId=ossrh-staging -DaltStagingDirectory=/home/runner/local-staging -DskipRemoteStaging=true -DskipTests=true -Dcheckstyle.skip -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}" -Dgpg.keyname="${{ secrets.GPG_KEY_NAME }}"
132132
133- - name : Prepare Internal Dependencies
134- run : ./mvnw -B -ntp -pl build-tools clean install -DskipTests -Dcheckstyle.skip
135-
136133 - name : Deploy Local Staged Artifacts
137134 working-directory : ./prepare-workspace/
138135 run : ./mvnw -B -ntp -pl r2dbc-mysql --file pom.xml org.sonatype.plugins:nexus-staging-maven-plugin:deploy-staged -DnexusUrl=https://s01.oss.sonatype.org -DserverId=ossrh-staging -DaltStagingDirectory=/home/runner/local-staging -DskipStagingRepositoryClose=true -Dcheckstyle.skip
You can’t perform that action at this time.
0 commit comments