We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173530d commit e04c16cCopy full SHA for e04c16c
.github/workflows/perform-release.yml
@@ -113,8 +113,8 @@ jobs:
113
114
- name: "Deploy"
115
run: |
116
- MVN_ARGS="${{ env.MVN_CLI_ARGS }} deploy -Drelease -s settings.xml"
117
- mvn $MVN_ARGS
+ MVN_ARGS="${{ env.MVN_CLI_ARGS }} -Drelease -s settings.xml"
+ mvn org.sonatype.central:central-publishing-maven-plugin:publish $MVN_ARGS
118
env:
119
MAVEN_GPG_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
120
0 commit comments