Skip to content

Commit 02a3544

Browse files
committed
GH-1355 - Let preparing release build step build with release profile.
1 parent ffc023e commit 02a3544

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
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
3434
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
3535
run: |
36-
./mvnw -B clean install -DskipTests
36+
./mvnw -B clean install -DskipTests -Psonatype
3737
./mvnw -B clean deploy -Pci,sonatype -s settings.xml
3838
3939
- name: Setup Graphviz

0 commit comments

Comments
 (0)