GH-77 - Enable CI profile for release build.

To make sure we create Javadoc JARs.
This commit is contained in:
Oliver Drotbohm
2022-11-24 23:06:11 +01:00
parent 7d721c2a6b
commit 073c954070

View File

@@ -33,7 +33,7 @@ jobs:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
run: |
./mvnw -B clean install -DskipTests
./mvnw -B clean deploy -Psonatype -s settings.xml
./mvnw -B clean deploy -Pci,sonatype -s settings.xml
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1