Compare commits

..

No commits in common. "9cd94acfe4ca7cb950cb2347f832d9a13036b486" and "671af5099970a3e86e6ddb8c5bdf6b5654dc0584" have entirely different histories.

View file

@ -27,9 +27,6 @@ jobs:
- name: Download the dependencies - name: Download the dependencies
run: ./bld download run: ./bld download
- name: Import key
run: echo "${{ secrets.SIGN_SECRET_KEY }}" | gpg --batch --import
- name: Publish with bld - name: Publish with bld
run: >- run: >-
./bld compile test publish ./bld compile test publish
@ -41,6 +38,3 @@ jobs:
-DsonatypePassword=${{ secrets.SONATYPE_PASSWORD }} -DsonatypePassword=${{ secrets.SONATYPE_PASSWORD }}
-DsignKey=${{ secrets.SIGN_KEY }} -DsignKey=${{ secrets.SIGN_KEY }}
-DsignPassphrase=${{ secrets.SIGN_PASSPHRASE }} -DsignPassphrase=${{ secrets.SIGN_PASSPHRASE }}
- name: Delete GnuPG data
run: rm -rfv $HOME/.gnupg