pom
This commit is contained in:
4
.github/workflows/maven_snapshot.yml
vendored
4
.github/workflows/maven_snapshot.yml
vendored
@@ -25,5 +25,9 @@ jobs:
|
|||||||
server-password: ${{ secrets.OSSRHPASSWORD }}
|
server-password: ${{ secrets.OSSRHPASSWORD }}
|
||||||
gpg-private-key: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
|
gpg-private-key: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
|
||||||
gpg-passphrase: ${{ secrets.OSSRH_GPG_SECRET_PASSWORD }}
|
gpg-passphrase: ${{ secrets.OSSRH_GPG_SECRET_PASSWORD }}
|
||||||
|
- name: Show the Gpg
|
||||||
|
run: gpg --list-secret-keys
|
||||||
|
- name: Detail the Gpg
|
||||||
|
run: tail -n100 /tmp/private-key.asc
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn --batch-mode clean deploy -DskipTests=true
|
run: mvn --batch-mode clean deploy -DskipTests=true
|
||||||
|
|||||||
Reference in New Issue
Block a user