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 df60863 commit 3e2164eCopy full SHA for 3e2164e
.github/workflows/master.yml
@@ -44,7 +44,7 @@ jobs:
44
45
# Publish release
46
- name: Deploy a new release version to Maven Central
47
- run: ./mvnw clean deploy -B -ntp -DskipTests -DskipExamples -Prelease -Dgpg.keyname="${{ secrets.GPG_KEYNAME }}" -DkeepStagingRepositoryOnCloseRuleFailure=true -DkeepStagingRepositoryOnFailure=true
+ run: ./mvnw clean deploy -B -ntp -DskipTests -DskipExamples -DskipItest -Prelease -Dgpg.keyname="${{ secrets.GPG_KEYNAME }}"
48
env:
49
OSS_CENTRAL_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
50
OSS_CENTRAL_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
0 commit comments