This commit is contained in:
redkale
2024-06-01 02:08:27 +08:00
parent 5cdde0eeaa
commit 41c293ed1f

View File

@@ -37,7 +37,7 @@ jobs:
- name: Show the Gpg
run: gpg --list-secret-keys
- name: Build with Maven
run: mvn --batch-mode -e clean deploy -DskipTests=true
run: mvn --batch-mode -e -X clean deploy -DskipTests=true
env:
MAVEN_GPG_KEY: ${{ secrets.OSSRH_GPG_KEY }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.OSSRH_GPG_SECRET_PASSWORD }}