We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612b402 commit 250cf4cCopy full SHA for 250cf4c
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
server-username: MAVEN_USERNAME
17
server-password: MAVEN_PASSWORD
18
- name: Publish package
19
- run: mvn --batch-mode deploy -DskipTests
+ run: mvn --batch-mode deploy -DskipTests -Dgpg.skip=true
20
env:
21
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
22
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
0 commit comments