This commit is contained in:
redkale
2024-06-01 03:22:41 +08:00
parent 7f7c4c857e
commit 02013be08a

View File

@@ -15,7 +15,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup Java ${{ matrix.java }} - name: Setup Java ${{ matrix.java }}
uses: actions/setup-java@v4.2.1 uses: actions/setup-java@v4
with: with:
java-version: ${{ matrix.java }} java-version: ${{ matrix.java }}
distribution: 'temurin' distribution: 'temurin'
@@ -31,10 +31,6 @@ jobs:
MAVEN_GPG_PASSPHRASE: ${{ secrets.OSSRH_GPG_SECRET_PASSWORD }} MAVEN_GPG_PASSPHRASE: ${{ secrets.OSSRH_GPG_SECRET_PASSWORD }}
- name: debug env - name: debug env
run: env run: env
- name: debug settings.xml
run: cat /home/runner/.m2/settings.xml
- name: Show the Gpg
run: gpg --list-secret-keys
- name: Build with Maven - name: Build with Maven
run: mvn --batch-mode -e -X clean deploy -DskipTests=true run: mvn --batch-mode -e -X clean deploy -DskipTests=true
env: env: