Skip to content

Commit 4f8d461

Browse files
committed
Adjust publish command
1 parent a84dd00 commit 4f8d461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
2020
gpg-passphrase: GPG_PASSPHRASE
2121
- name: Publish package
22-
run: mvn --batch-mode deploy
22+
run: mvn -P release --batch-mode deploy -DskipTests
2323
env:
2424
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
2525
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}

0 commit comments

Comments
 (0)