Skip to content

Commit bb14058

Browse files
authored
Remove Unnecessary Stage-Release Step (#272)
Motivation: `Prepare Internal Dependencies` is unnecessary Modification: Remove unnecessary step Result: Clean up
1 parent 8c699e3 commit bb14058

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/cd-release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)