Skip to content

Commit a390182

Browse files
committed
chore: fix release issues
1 parent b7e163c commit a390182

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
2525
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2626
- name: Publish to Apache Maven Central
27-
run: mvn deploy -Pci-cd
27+
run: mvn deploy -Pci-cd -DskipTests
2828
env:
2929
NEXUS_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3030
NEXUS_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

0 commit comments

Comments
 (0)