This commit is contained in:
redkale
2024-06-01 02:06:58 +08:00
parent 3e0bfc581c
commit 5cdde0eeaa

View File

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