#95 - Activate ci build profile for release builds.

This commit is contained in:
Oliver Drotbohm
2022-11-16 12:29:33 +01:00
parent 811e648306
commit 221b3476f2

View File

@@ -33,4 +33,4 @@ 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