Skip to content

Commit 3e2164e

Browse files
committed
fix the build
1 parent df60863 commit 3e2164e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Publish release
4646
- 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
47+
run: ./mvnw clean deploy -B -ntp -DskipTests -DskipExamples -DskipItest -Prelease -Dgpg.keyname="${{ secrets.GPG_KEYNAME }}"
4848
env:
4949
OSS_CENTRAL_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
5050
OSS_CENTRAL_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}

0 commit comments

Comments
 (0)