Skip to content

Commit 8928948

Browse files
committed
Update publish.yaml
1 parent cc86c10 commit 8928948

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
1919
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2020
- name: Publish package
21-
run: mvn --batch-mode deploy
21+
run: mvn --batch-mode -Ppublish deploy
2222
env:
2323
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
2424
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}

0 commit comments

Comments
 (0)