Skip to content

Commit 073c954

Browse files
committed
GH-77 - Enable CI profile for release build.
To make sure we create Javadoc JARs.
1 parent 7d721c2 commit 073c954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
3434
run: |
3535
./mvnw -B clean install -DskipTests
36-
./mvnw -B clean deploy -Psonatype -s settings.xml
36+
./mvnw -B clean deploy -Pci,sonatype -s settings.xml
3737
3838
- name: Setup Graphviz
3939
uses: ts-graphviz/setup-graphviz@v1

0 commit comments

Comments
 (0)