This commit is contained in:
redkale
2024-06-01 00:17:59 +08:00
parent 98571c3779
commit 244909db85

View File

@@ -33,7 +33,5 @@ jobs:
run: cat /home/runner/.m2/settings.xml
- name: Show the Gpg
run: gpg --list-secret-keys
- name: Detail the Gpg
run: tail -n100 /home/runner/tmp/private-key.asc
- name: Build with Maven
run: mvn --batch-mode clean deploy -DskipTests=true