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 9ccd676 commit 83c7295Copy full SHA for 83c7295
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
mvn versions:set -DnewVersion=${{ github.event.inputs.release_version }}
36
mvn versions:commit
37
- name: Run tests and build
38
- run: mvn -B clean install
+ run: mvn -B clean install -Dgpg.skip=true
39
- name: Publish to OSSRH
40
run: mvn -B clean deploy -DskipTests
41
env:
0 commit comments