Skip to content

Commit 02dcdf7

Browse files
committed
Make sure we use the release profile
1 parent 2431de8 commit 02dcdf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
gpg-passphrase: ${{ secrets.GPG_SIGNING_KEY_PASSPHRASE }}
1919

2020
- name: Publish package
21-
run: mvn --batch-mode deploy
21+
run: mvn -B -P release deploy

0 commit comments

Comments
 (0)