We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82772a0 commit f83289dCopy full SHA for f83289d
.github/workflows/perform-release.yml
@@ -100,6 +100,7 @@ jobs:
100
101
- name: "Deploy"
102
run: |
103
+ mvn help:effective-pom -pl archetypes -q | grep -A 5 -B 5 packaging
104
MVN_ARGS="${{ env.MVN_CLI_ARGS }} -Drelease -s settings.xml -e -DaltDeploymentRepository=central::https://central.sonatype.com/api/v1/publisher/upload"
105
mvn clean deploy $MVN_ARGS
106
working-directory: ./
0 commit comments