Skip to content

Commit d840749

Browse files
build: release to central action
1 parent 878e965 commit d840749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
gpg-passphrase: MAVEN_GPG_PASSPHRASE
3232

3333
- name: Publish to Maven Central
34-
run: mvn -pl '!' clean deploy -P bom,central,gradlePlugin
34+
run: mvn -pl '!tests' clean deploy -P central
3535
env:
3636
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3737
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

0 commit comments

Comments
 (0)