File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -123,12 +123,16 @@ jobs:
123
123
124
124
- name : Create Local Deploy Directory
125
125
run : mkdir -p ~/local-staging
126
+
127
+ - name : Prepare Internal Dependencies
128
+ working-directory : ./prepare-workspace/
129
+ run : ./mvnw -B -ntp -pl build-tools clean install -DskipTests -Dcheckstyle.skip
126
130
127
131
- name : Import GPG & Deploy Local Staging
128
132
working-directory : ./prepare-workspace/
129
133
run : |
130
134
cat <(echo -e "${{ secrets.GPG_PRIVATE_KEY }}") | gpg --batch --import
131
- ./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 }}"
135
+ ./mvnw -B -ntp -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 }}"
132
136
133
137
- name : Deploy Local Staged Artifacts
134
138
working-directory : ./prepare-workspace/
You can’t perform that action at this time.
0 commit comments