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 9d7abb0 commit 9d512b6Copy full SHA for 9d512b6
.github/workflows/release.yaml
@@ -33,7 +33,7 @@ jobs:
33
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
34
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
35
run: |
36
- ./mvnw -B clean install -DskipTests
+ ./mvnw -B clean install -DskipTests -Psonatype
37
./mvnw -B clean deploy -Pci,sonatype -s settings.xml
38
39
- name: Setup Graphviz
0 commit comments