File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -82,12 +82,19 @@ jobs:
8282 path : |
8383 target/*.jar
8484 target/maven/META-INF/maven/io.github.humbleui/jwm/pom.xml
85+ - name : Print keys
86+ run : |
87+ echo -n "$GPG_SIGNING_KEY" | base64 --decode | gpg --import
88+ gpg --list-keys
89+ env :
90+ GPG_SIGNING_KEY : ${{ secrets.GPG_SIGNING_KEY_2 }}
8591 - if : ${{ startsWith(github.ref, 'refs/tags/') }}
8692 name : Deploy to Maven Central
8793 run : |
8894 echo -n "$GPG_SIGNING_KEY" | base64 --decode | gpg --import
95+ gpg --list-keys
8996 python3 script/release.py --only java --ref ${{ github.ref }}
9097 env :
91- GPG_SIGNING_KEY : ${{ secrets.GPG_SIGNING_KEY }}
98+ GPG_SIGNING_KEY : ${{ secrets.GPG_SIGNING_KEY_2 }}
9299 OSSRH_USERNAME : ${{ secrets.OSSRH_USERNAME }}
93100 OSSRH_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
You can’t perform that action at this time.
0 commit comments