pom
This commit is contained in:
6
.github/workflows/maven_snapshot.yml
vendored
6
.github/workflows/maven_snapshot.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Java ${{ matrix.java }}
|
||||
uses: actions/setup-java@v4.2.1
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: ${{ matrix.java }}
|
||||
distribution: 'temurin'
|
||||
@@ -31,10 +31,6 @@ jobs:
|
||||
MAVEN_GPG_PASSPHRASE: ${{ secrets.OSSRH_GPG_SECRET_PASSWORD }}
|
||||
- name: debug 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
|
||||
run: mvn --batch-mode -e -X clean deploy -DskipTests=true
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user